-
Notifications
You must be signed in to change notification settings - Fork 0
/
Index.html
28 lines (24 loc) · 1.17 KB
/
Index.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
<!doctype html>
<!--By Custyyyy-->
<html lang="it">
<head>
<meta name="viewport" content="width=device-width"> <!--line for responsive design-->
<link rel="icon" href="https://cdn.discordapp.com/attachments/808121726876647484/922239271987990568/logo_sito_sorteggio_nomi.png" type="image/x-icon">
<title>Sorteggia un nome!</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<style>
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');
</style>
<h1 style="font-family: space grotesk; font-style: bold; font-size: 4.4vh; text-align: center;">Sorteggio interrogazione</h1>
<p style="color: grey; font-family: Poppins; ;font-size: 2vh; text-align: center;">Oggi verrai interrogato/a
<strong>te</strong>?</p>
<br></br>
<button class="button" id="startButton">Sorteggia un nome</button>
<button class="button" id="stopButton">stop</button>
<h1 id="headerNames">?</h1>
<script src="script.js"></script>
</body>
</html>