forked from Sarafossati/little-printer-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
covid.html
42 lines (40 loc) · 1.56 KB
/
covid.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!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>Mohole little printer</title>
<link rel="stylesheet" href="fontawesome/css/all.min.css">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>Little Printer Workshop</h1>
</header>
<main>
<div style="background-color: #FF4655;">
<a>CASI DEL COVID 24H</a>
</div>
<div class="rettangolo-covid">
</div>
</main>
<section class="buttons">
<div style="border: 2px solid #0069B4; border-radius: 20px; padding: 10px; margin: 15px;">
<a href="index.html" style=" color: #0069B4; font-size: 20px;">Indietro</a>
</div>
<div style="background-color:#FF4655; color: #ffffff; border-radius: 20px; padding: 10px; margin: 15px;">
<a href="#" style="font-size: 20px;">Stampa</a>
</div>
</section>
<footer style="margin-top: 20px;">
<a href="https://www.moholepeople.it/codefighters/">By CodeFighter</a>
<section>
<a href="tel:+02 3651 3670"><i class="fas fa-phone-alt"></i></a>
<a href="mailto:segreteria@mohole.it"><i class="fas fa-envelope"></i></a>
<a href="https://scuola.mohole.it"><i class="fas fa-desktop"></i></a>
</section>
</footer>
</body>
</html>