Edrol97
Bronze Coder
Hi all, I've added vw into my css for various elements. I'm confused about how to style and scale the navigationbar. How do I change the font size within the various navigation bars I have? Example of what I have tried unsuccessfully below. Thanks.
CSS:
#sunnavigationbar {
background-color: #ec1801;
padding: 20px 20px;
font-family: "Eliot Lord";
}
#sunnavigationbar a {
font-family: "Eliot Lord";
color: white;
padding: 20px 20px;
text-decoration: none;
font-size: 2vw;
}
Last edited: