HTML Tutorial - #10 Create Navigation Bar in HTML

Published: 02 March 2022
on channel: Active Developer
8
2

CREATE NAVIGATION BAR ON THE PAGE

Styles for navigation used inside lesson:
header{
background-color: orange;
left: 0;
right: 0;
top: 5px;
height: 30px;
display: flex;
align-items: center;
box-shadow: 0 0 25px 0 black;
margin-bottom:20px;
}
header * {
display: inline;
}
header li {
margin: 20px;
}
header li a {
color: blue;
text-decoration: none;
}


On this page of the site you can watch the video online HTML Tutorial - #10 Create Navigation Bar in HTML with a duration of hours minute second in good quality, which was uploaded by the user Active Developer 02 March 2022, share the link with friends and acquaintances, this video has already been watched 8 times on youtube and it was liked by 2 viewers. Enjoy your viewing!