pixelated css meow
This commit is contained in:
parent
9c17d6c68d
commit
cacf0f04a3
1 changed files with 11 additions and 0 deletions
11
style.css
Executable file → Normal file
11
style.css
Executable file → Normal file
|
@ -47,6 +47,17 @@ ul {
|
|||
margin-right: 2.5rem;
|
||||
}
|
||||
|
||||
div.buttons a {
|
||||
font-size: 0;
|
||||
}
|
||||
div.buttons a > img {
|
||||
image-rendering: crisp-edges;
|
||||
image-rendering: pixelated;
|
||||
object-fit: contain;
|
||||
width: 88px;
|
||||
height: 31px;
|
||||
}
|
||||
|
||||
.flex-container {
|
||||
display: flex;
|
||||
text-align: center;
|
||||
|
|
Loading…
Reference in a new issue