mirror of
https://github.com/UofCBaja/BajaUofCWebsite.git
synced 2025-08-05 09:50:55 -06:00
feat(about): started on about section 90% done with html
This commit is contained in:
@ -45,13 +45,22 @@ header div {
|
||||
|
||||
/* naviagation section */
|
||||
|
||||
nav ul {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
list-style: none;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
column-gap: 2svw;
|
||||
}
|
||||
|
||||
nav a {
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
cursor: pointer;
|
||||
background-color: #1f1f1f;
|
||||
color: whitesmoke;
|
||||
padding: 1rem;
|
||||
|
||||
font-size: larger;
|
||||
|
||||
@ -62,9 +71,6 @@ nav a {
|
||||
nav a:first-child {
|
||||
border-left: none;
|
||||
}
|
||||
/* #FirstNav {
|
||||
|
||||
} */
|
||||
|
||||
nav a li:hover {
|
||||
color: #a80029;
|
||||
@ -75,14 +81,6 @@ nav a li:hover {
|
||||
filter: hue-rotate(180deg);
|
||||
}
|
||||
|
||||
nav ul {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
list-style: none;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
/* creates drop downs */
|
||||
/* makes it so that the tags look the same whist having removing browser error */
|
||||
.DropDownHeader {
|
||||
|
@ -98,7 +98,7 @@ export default function Header() {
|
||||
<Link to={"/"}>
|
||||
<li id="FirstNav">HOME</li>
|
||||
</Link>
|
||||
<Link to={"/"}>
|
||||
<Link to={"/About"}>
|
||||
<li>ABOUT</li>
|
||||
</Link>
|
||||
<Link to={"/Teams"}>
|
||||
|
Reference in New Issue
Block a user