Files
Challenge_14_Magazijn_App_p…/concept/style.css
HodiamontHods 2a4188a3e6 nee
2025-09-30 09:49:14 +02:00

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;
}