Fitness Project (9th May 2023)
1) Mobile View Desktop view 2) Solution: 1st with Mobile view HTML file: <! 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" > < title >Fitness Project</ title > <!-- google-fonts imports --> < link rel = "preconnect" href = "https://fonts.googleapis.com" > < link rel = "preconnect" href = "https://fonts.gstatic.com" crossorigin > < link href = "https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap" rel = "stylesheet" > <!-- All these fonts are from google-fonts and these should always be above our custom styles --> <!-- This is our cust...