mirror of
https://github.com/mrrpnya/lipu-sona.git
synced 2025-02-13 16:44:39 +00:00
24 lines
379 B
C
24 lines
379 B
C
.header {
|
|
background: #f5ee9b;
|
|
color: #404a68;
|
|
}
|
|
|
|
@media screen {
|
|
|
|
.header_image {
|
|
padding-top: 12.5%;
|
|
background-image: url("tokipona_header.gif");
|
|
background-size: contain;
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
image-rendering: pixelated;
|
|
image-rendering: crisp-edges;
|
|
}
|
|
|
|
.header_text {
|
|
background: rgba(245,238,155,0.75);
|
|
}
|
|
|
|
}
|
|
|
|
|