abcdefghijklmnopqrstuvwxyz
abcdefghijklmnopqrstuvwxyz
Here you can explore the guidlines and compononents for De Hallen's website
abcdefghijklmnopqrstuvwxyz
abcdefghijklmnopqrstuvwxyz
Headings
Headings
Headings
Headings
text-elements
text-elements
text-elements
text-elements
Itc avant garde gothic
Itc avant garde gothic s
:nth-child(1){
/* outline: solid; */
background-color: var(--cp-grey);
font-size: 2.8rem;
font-family:'itcagg4';
max-width:15rem ;
}
:nth-child(2){
color: var(--cp-primary);
font-size: 2.8rem;
font-family:'itcagg4';
max-width:15rem ;
}
.components ul{
display: grid;
grid-template-columns: [border-start] minmax(0px,.3fr) [button-start] 1fr [mid] 1fr [button-end] minmax(0px,.3fr) [border-end] ;
grid-template-rows: auto;
gap: var(--vg-n);
> li{
grid-column: button;
}
}
& > li:nth-of-type(3) button{
background-color: var(--cp-secondary);
color: var(--cp-white);
font-size: 2em;
&:hover{
background-color: var(--cp-secondary-hover);
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.471);
}
&:active{
scale:calc(1 - 0.008) ;
outline: 3px solid var(--cp-grey);
}
}