10 lines
142 B
CSS
10 lines
142 B
CSS
![]() |
*{
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
box-sizing: border-box;
|
||
|
}
|
||
|
|
||
|
header {
|
||
|
background-color: rgb(122, 97, 179);
|
||
|
padding: 15px;
|
||
|
}
|