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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user