Redesigned the responsive design

This commit is contained in:
2022-05-24 14:45:44 -03:00
parent efad9f0b9c
commit e2329e5342
19 changed files with 322 additions and 354 deletions

View File

@@ -35,7 +35,15 @@ body {
button {
background: none;
border: none;
width: 8vw;
cursor: pointer;
}
button:hover {
filter: brightness(90%);
}
button:active {
filter: brightness(105%);
}
h1, h2, h3, h4, h5, h6, p {