forked from iamshaunjp/git-playlist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
morocco.html
50 lines (43 loc) · 1.1 KB
/
morocco.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
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Morocco</title>
<style type="text/css">
* {
margin: 0;
padding: 0;
}
body {
background: #ededed;
text-align: center;
color: #232323;
}
h1 {
font-family: sans-serif;
color: #1faced;
font-size: 10vmin;
border-bottom: solid 1px #1faced;
padding: 20px;
}
p {
font-family: "Roboto", sans-serif;
font-weight: 300;
font-size: 5vmin;
line-height: 25vmin;
}
i {
font-size: 5vmin;
font-family: "Open sans", "Source code pro", "consolas";
}
</style>
</head>
<body>
<h1>Thanks Netninja</h1>
<p>Thanks for all of your awesome tutorials</p>
<i>I hope you made a tutorial about Electron</i>
<p>KA from Morocco</p>
</body>
</html>