mina-bekanta/assets/css/style.css

26 lines
No EOL
321 B
CSS

* {
margin: 0;
font-family: sans-serif;
font-size: 2vw;
}
html,
body {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
img {
display: block;
max-width: 90vw;
max-height: 90vh;
width: auto;
height: auto;
}
.github-fork-ribbon:before {
background-color: #212121;
}