grafic desijn is my pashion

This commit is contained in:
Miha Frangež 2024-11-01 01:20:00 +01:00
parent 1c9bff704a
commit 81218eb21a
22 changed files with 195 additions and 442 deletions

View file

@ -3,8 +3,6 @@
#app {
max-width: 1280px;
margin: 0 auto;
padding: 2rem;
font-weight: normal;
}
a,
@ -26,10 +24,14 @@ a,
display: flex;
place-items: center;
}
#app {
display: grid;
grid-template-columns: 1fr 1fr;
padding: 0 2rem;
}
}
button {
border: none;
background-color: #aaa;
cursor: pointer;
}
button:hover, button:focus, button:active {
background-color: #ccc;
}