-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbethdesign.html
More file actions
38 lines (35 loc) · 1007 Bytes
/
bethdesign.html
File metadata and controls
38 lines (35 loc) · 1007 Bytes
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
<!DOCTYPE html>
<html>
<head>
<style>
a {color: #2872AA;}
header h1 {text-align: center; color: white;}
.floating-image {float: left; width: 300px; padding-right: 10px;}
header {background-color: #2872AA;}
.italic {font-style: italic;}
</style>
<link href="beth.css" rel="stylesheet">
</head>
<body>
<header>
<h1>Code Match</h>
</header>
<nav>
<ul>
<li><a href="Social_media.html"> Social Media</a></li>
<li><a href="Education.html">Education</a></li>
<li><a href="retail.html">Retail</a></li>
</ul>
</nav>
<section>
<article>
<img src= "http://www.everbluetraining.com/sites/default/files/u47558/commercial-buildings.jpg"
class="floating-image">
<h1>Top Programming Skills To Have In 2015</h1>
<p class="italic">Beth Foster<br/>
3:12pm, September 26, 2015</p>
<p>Get code matched NOW!! See what skills top companies need and move forward in your career.</p>
</article>
</section>
</body>
</html>