mirror of
https://github.com/Alvin-Zilverstand/Challenge_14_Magazijn_App_plannen.git
synced 2026-03-06 13:22:25 +01:00
15 lines
188 B
CSS
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;
|
|
} |