mirror of
https://github.com/Alvin-Zilverstand/Challenge_14_Magazijn_App_plannen.git
synced 2026-03-06 13:22:25 +01:00
24 lines
420 B
CSS
24 lines
420 B
CSS
body{
|
|
background-color: greenyellow;
|
|
}
|
|
|
|
|
|
ul {
|
|
list-style-type: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
background-color: #333333;
|
|
display: flex;
|
|
justify-content: center;
|
|
border-radius: 15px;
|
|
}
|
|
|
|
button{
|
|
font-size: large;
|
|
font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif ;
|
|
background-color: chocolate;
|
|
height: 100px;
|
|
width: 150px;
|
|
margin: 1rem;
|
|
border-radius: 5px;
|
|
} |