Z14IT-CW2/networking/osi_model/osi_model_assets/osi_model.css

24 lines
307 B
CSS

h1 {
font-size: 5vw;
}
.osiTitle {
font-family: neon80;
font-size: 2.5vw;
}
.osiContent {
font-family: arvo;
}
.osiDrop {
padding-bottom: 10vmax;
}
summary {
list-style-image: url(arrow.png);
}
summary::-webkit-details-marker {
background: url(arrow.png);
color: transparent;
}