aim/public/style.css
GitLab 7e14d75459 Initialized from 'Pages/Plain HTML' project template
Template repository: https://gitlab.com/pages/plain-html
Commit SHA: 396503239588706482b3fc6e91009183271d46dd
2023-11-02 17:48:06 +01:00

24 lines
313 B
CSS

body {
font-family: sans-serif;
margin: auto;
max-width: 1280px;
}
.navbar {
background-color: #313236;
border-radius: 2px;
max-width: 800px;
}
.navbar a {
color: #aaa;
display: inline-block;
font-size: 15px;
padding: 10px;
text-decoration: none;
}
.navbar a:hover {
color: #ffffff;
}