Files
Allnews.com/style.css

20 lines
276 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: #00000050;
color: white;
user-select: none;
}