1
0
mirror of https://gitlab.com/redline-racing-division/redline-racing-website.git synced 2025-07-27 00:21:32 +00:00

navbar working

This commit is contained in:
2020-05-13 16:09:08 -07:00
parent 932b68cb77
commit 840f0470dc
3 changed files with 30 additions and 11 deletions

View File

@@ -0,0 +1,18 @@
header {
background: linear-gradient(
to top,
rgb(255, 255, 255),
rgba(46, 49, 65, 0.8)
);
}
a.navbar-brand {
color: red !important;
font-weight: bold;
}
body {
width: 100vw;
margin: 0;
padding: 0;
}