mirror of
https://github.com/FranP-code/Allnews.com.git
synced 2025-10-13 00:32:45 +00:00
17 lines
251 B
CSS
17 lines
251 B
CSS
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
html {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
}
|
|
|
|
header {
|
|
padding-top: 4vh;
|
|
padding-bottom: 4vh;
|
|
display: flex;
|
|
justify-content: center;
|
|
background-color: #00000020;
|
|
color: white;
|
|
} |