html 3
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> Resort Garda</title>
<link href="Style3/style3.css" rel="stylesheet" type="text/css">
<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=Aclonica&family=Oswald:wght@200&family=Source+Sans+Pro:wght@400;600;700&display=swap" rel="stylesheet">
</head>
<body background="style3/bg.png">
<div id="container">
<div id="header">
<div id="titolo">
<h1>Resort Garda</h1>
</div>
<div id="menu">
<a href="#">Home</a>
<a href="#">La Struttura</a>
<a href="#">Prenotazione</a>
<a href="#">Contatti</a>
</div>
</div>
<div id="main">
<image src="style3/splash.jpg" width="100%" height="auto">
<hr>
<h3>Le Offerte</h3>
</div>
</div>
<div id="footer">
</div>
</div>
</body>
</html>
Commenti
Posta un commento