-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
114 lines (106 loc) · 2.27 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
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<html>
<head>
<meta charset="utf-8">
<title>default</title>
<title>Synergy Racing Development</title>
<link href="main.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Courgette" rel="stylesheet">
<style>
#wrapper {
width: 1020px;
background-color: aqua;
height: 800px;
margin: 0 auto;
}
header {
height: 100px;
background-color: beige;
width: 100%;
font-family: 'Courgette', cursive;
font-size: 36px;
text-align: center;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #333;
}
li {
float:right;
}
li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
li a:hover {
background-color: #111;
}
nav {
width: 100%;
height: 50px;
background-color: black;
}
#content_main{ width:100%;}
#mainleft{
width:320px;
background-color: cornsilk;
height:600px;
float:left;
margin-right:20px;
}
#maincenter{
width:340px;
background-color:azure;
height:600px;
float:right;
}
#mainright{
width:300px;
margin-right:20px;
padding:10px;
background-color:antiquewhite;
height:580px;
float:right;
}
footer{
height:50px;
background-color: chocolate;
clear: both;
}
</style>
</head>
<body>
<div id="wrapper" >
<header>
<h1>Hello World!</h1>
</header>
<nav>
<ul>
<li><a href="default.asp">Home</a></li>
<li><a href="news.asp">News</a></li>
<li><a href="contact.asp">Contact</a></li>
<li><a href="about.asp">About</a></li>
</ul>
</nav>
<section id="content_main">
<article id="mainleft">
<h2>Our Coaches</h2>
</article>
<article id="maincenter">
<h2>Service</h2>
</article>
<article id="mainright">
<h2>Nutrition</h2>
<a href="https://www.alamo.edu/nvc/" ><img src="images/warren_logo.jpg" alt="Warren Logo"></a>
<p>jkdlskdladjkls;d fkdl fjdkl fjkdslf jdksl;f jdkslf jdkl;f jdkslf jdkslf jdklf jdskf jkf jdskf jdskf jdsk fjdklf jdsklf jdsklf jdsklf jdkf jkfj kf jkdf jkdf jkfjd klfj klf jkl;f jfsd jkl kldsf klfd skls kdsl kdl fjklads jfklds;fj kl;f dkl;d jfkl;a ioeru ekle ujrp94 uijirea</p>
</article>
</section>
<footer></footer>
</div>
</body>
</html>