-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdasarcss.html
56 lines (49 loc) · 1.51 KB
/
dasarcss.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
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="css/dasarcss.css" />
<title>Demo</title>
</head>
<body>
<h1>CSS Tutorial</h1>
<p>A CSS Tutorial that will cover party much everything in one Tutorial</p>
<h2>Let's Get Started</h2>
<div>
<h3>My Favorite Movies</h3>
<ul>
<li><a class="movie">Dota</a></li>
<li><a class="movie">Splintercell</a></li>
<li><a class="movie">God of War</a></li>
</ul>
</div>
<h2>My Favorite Movie quote</h2>
<p id="quote">
How happy is the blameless vestals lot. The world forgetting by the world
forgot Eternal sushine of a spotless mind, Each prayer heard and each with
resigned <span id="author"> - Pope Alexander</span>
</p>
<p class="games">I Love <a href="youtube.com">Youtube</a></p>
<p>Some stuff that I put in my CV</p>
<div id="skills">
<ol>
<li>NodeJS</li>
<li>Blockchain</li>
<li>Network Security</li>
</ol>
<ul>
<li id="skills">SASS</li>
<li>HTML</li>
</ul>
</div>
<h3>Favorite Video Games</h3>
<p>List of my current <a href="tvshows">Favorite TV Shows</a></p>
<ul>
<li class="hbo">The Wire</li>
<li class="hbo">Sopranos</li>
<li class="netflix">Bojack Horseman</li>
<li class="hbo">Game of Thrones</li>
</ul>
</body>
</html>