1
0
mirror of https://gitlab.com/redline-racing-division/redline-racing-website.git synced 2025-08-02 03:21:29 +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

@@ -44,22 +44,16 @@
<meta name="msapplication-config" content="./img/fav/browserconfig.xml" />
<meta name="theme-color" content="#ffffff" />
<!-- Bootstrap CSS -->
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk"
crossorigin="anonymous"
/>
<!-- Custom CSS -->
<link rel="stylesheet" href="css/custom.css" />
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css" />
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<a class="navbar-brand" style="color: red;" href="#"
><b>Redline Racing</b></a
>
<a class="navbar-brand" href="#">Redline Racing</a>
<button
class="navbar-toggler"
type="button"