Gym Website
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> <link href="https://fonts.googleapis.com/css2?family=Baloo+Bhai+2:wght@600&display=swap" rel="stylesheet"> <style> body { font-family: 'Baloo Bhai 2', cursive; color: white; background-image: url(images/gym.jpg); background-repeat: no-repeat; } img { height: 50px; width: 50px; margin-left: 50px; ...