Files
Challenge_14_Magazijn_App_p…/concept/style.css
HodiamontHods 1b3057000e yes
2025-09-29 09:57:22 +02:00

15 lines
188 B
CSS

body{
background-color: blueviolet;
}
header{
color: black;
outline: red solid 10px;
width: auto;
height: 100px;
}
button{
width: auto;
align-items: center;
}