Buttons!!! (About page WIP)

This commit is contained in:
FallenGravity
2019-10-15 18:02:18 +02:00
parent efe1b328e2
commit 2c7722f06b
4 changed files with 121 additions and 489 deletions

View File

@@ -2,10 +2,16 @@ button {
display: block;
margin-left: auto;
margin-right: auto;
width: 40%;
width: 100%;
}
h4 {
text-align: center;
color: white;
}
img {
max-width: 100%;
max-height: 100%;
object-fit: scale-down;
}