Files
Challenge_14_Magazijn_App_p…/concept/style.css
HodiamontHods 96eefa95a4 css changes
2025-09-30 10:00:51 +02:00

25 lines
432 B
CSS

body{
background-color: #cd977e;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
background-color: #d3705a;
display: flex;
justify-content: center;
border-radius: 15px;
}
button{
color: white;
font-size: large;
font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif ;
background-color: #1f4952;
height: 100px;
width: 150px;
margin: 1rem;
border-radius: 5px;
}