Gym Landing Page
< 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" /> < title > Fitness </ title > </ head > < link href = "https://fonts.googleapis.com/css2?family=Cinzel&family=Hind:wght@700&family=Lobster&display=swap" rel = "stylesheet" > " < style > body { margin : 0px ; padding : 0px ; color : white ; font-family : 'Cinzel' , serif , 'Hind' , sans-serif , 'Lobster' , cursive; background : url ( "bg.jpg" ) no-repeat ; background-size : 100% ; } ...