Files
Challenge_14_Magazijn_App_p…/concept/style.css

15 lines
188 B
CSS
Raw Normal View History

2025-09-29 09:51:54 +02:00
body{
background-color: blueviolet;
}
header{
2025-09-29 09:57:22 +02:00
color: black;
outline: red solid 10px;
width: auto;
height: 100px;
}
button{
width: auto;
align-items: center;
2025-09-29 09:51:54 +02:00
}