<! DOCTYPE html > < html lang = "en" > < head > < meta charset = "UTF-8" > < meta http-equiv = "X-UA-Compatible" content = "IE=edge" > < meta name = "viewport" content = "width=device-width, initial-scale=1.0" > < link rel = "stylesheet" href = "../css/style2.css" > < title > Navigation Bar </ title > < style > @import url ( 'https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap' ); * { margin : 0 ; padding : 0 ; box-sizing : border-box ; font-family : 'Poppins' ; } ul { list-style-type : none ; margin : 0 ; padding : 0 ; background-color : rgb ( 68 , 59 , 17 ); ...