grafic desijn is my pashion
This commit is contained in:
parent
1c9bff704a
commit
81218eb21a
22 changed files with 195 additions and 442 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue