You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
530 B
CSS
41 lines
530 B
CSS
body{
|
|
text-align: left;
|
|
margin: 2px;
|
|
padding: 1px;
|
|
font-size: 1rem;
|
|
|
|
}
|
|
|
|
.nav{
|
|
margin: 0;
|
|
width: 100%;
|
|
padding: o;
|
|
|
|
}
|
|
.navbarlist{
|
|
margin: 10px;
|
|
padding: 10px;
|
|
|
|
|
|
}
|
|
.navbar{
|
|
display: flex;
|
|
background-color:burlywood;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
list-style: none;
|
|
text-decoration: none;
|
|
}
|
|
.navbar a{
|
|
text-decoration: none;
|
|
color: black;
|
|
font-weight: 400;
|
|
}
|
|
.new{
|
|
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin:auto;
|
|
|
|
|
|
} |