-
Notifications
You must be signed in to change notification settings - Fork 0
/
introToCss.html
42 lines (36 loc) · 1.55 KB
/
introToCss.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>
<head>
<title> Keith the QB </title>
<link rel="stylesheet" type="text/css" href="test.css" />
<link href='http://fonts.googleapis.com/css?family=Passion+One' rel='stylesheet' type='text/css'>
</head>
<body>
<div id = "Header">
<h1> Keith the QB </h1>
</div>
<div id = "LeftNav">
<h3> My Favorite Websites </h3>
<ul>
<li><a href="https://www.theverge.com">The Verge</a></li>
<li><a href="https://www.surfline.com">Surfline</a></li>
<li><a href="https://www.worldstarhiphop">WORLD STAR</a></li>
<li><a href="https://www.amazon.com">Amazon</a></li>
<li><a href="https://www.theonion.com">The Onion</a></li>
</ul>
<img src="icon.gif" width="350px" height="200px">
</div>
<div id = "Content">
<p> This is Keith Price's number one Fan Site! He is a good leader, wins games, throws awesome passes, hits his targets, can run when he needs to, and has a cheesy smile. Huskies have been on point this season with a starting record of 4-0. The Huskies smashed Boise State, pummeled Illinois, dominated Idaho State, and ran all over Arizona. <br /><br /> <span id="bow">Bow Down to Washington!!</span></p>
<img src="price.jpg">
</div>
<div id = "Footer">
<h3>Connect With Me Online:</h3>
<ul>
<li><a href="https://www.Facebook.com">Facebook</a></li>
<li><a href="https://www.Linkedin.com">Linked In</a></li>
<li><a href="https://www.Spotify.com">Spotify Playlists</a></li>
</ul>
<p>Copyright of Keith the QB</p>
</div>
</body>
</html>