http://matthewtyas.com/leeds-for-life/
http://namnum.net/#portfolio
https://www.youtube.com/watch?v=HFmaW5WYxe0
http://learn.shayhowe.com/html-css/creating-lists/
http://worthyofnote.co.uk/html-css/learn-to-code-html-css/
https://www.google.com/fonts#UsePlace:use/Collection:Crimson+Text
http://www.cssdesignawards.com/articles/10-cool-css-js-demos-tuts-to-apply-and-use/67/
ALL NEW 2014 Harley-Davidson® Street™ 750 & 500 - Commercial, Concepts & Walk-arounds
https://www.youtube.com/watch?v=ndUTo022Ovc
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="css/style.css" media="all" />
<link rel="stylesheet" href="css/nav.css" media="screen" /> <!-- KICKSTART -->
<script type="text/javascript" src="js/jquery-2.0.0.min.js"></script>
<title>::Greenherald International School::</title>
</head>
<body>
<div class="warp01">
<div class="warp">
<div class="time"><strong>08 01552 666 88</strong> <em>Call us between office hours from 8am - 5pm</em></div>
<div class="notice"> <span class="newad">notice</span> NEW admission </div>
</div> <!--warp02-->
</div> <!--warp01-->
<div class="warp">
<div class="logo"><a href="index.html" title=""><img src="images/logo.jpg" alt="sfx" style="max-width:264px;" /></a></div><!--logo-->
<div class="navspace">
<div class="">
<ul class="subnav">
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
</div><!--subnav-->
<div class="mnav">
<h1></h1>
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
</nav>
</div><!--nav-->
<div class="search">search</div>
<!--search-->
</div> <!--navspace-->
</div> <!--warp03-->
<div class="warp02 cl">
<div class="">
<img src="images/b1.jpg" alt="banner"/>
</div> <!--#-->
</div> <!--banner-->
<div class="warp">
<div class="newscontaner">
<div class="student">
<h1>Student Affaiers</h1>
<ul>
<li>Coffee</li>
<li>Tea</li>
<li>Coca Cola</li>
</ul>
</div><!--student-->
<div class="news">news</div>
<div class="teachers">teachers</div>
</div> <!--newscontaner-->
</div><!--warp-->
<div class="warp"> footer </div> <!--#-->
</body>
</html>
---------------------
/* CSS Document */
body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, input, textarea, blockquote, table, tr, td, th {
margin: 0; padding: 0; border: 0;
}
.just {width: 1032px; margin:0 auto; max-width:990px;
min-width:100px; margin: 0 auto;}
body {
background: #fff url(images/bg.jpg) center top fixed no-repeat;
}
.warp01 { font:Verdana; font-size:12px; width:100%; height:36px; background: #CCC url(images/gbg.jpg); }
.warp { width: 1032px; margin:0 auto; }
.time { float:right; padding: 8px; color:#FFFFFF;}
.notice { background: #0099CC; float:right;}
.newad {color:#990000;}
.logo { float:left; width:16%; }
.navspace { background: #CCC url(images/bglogo.png); height:165px; }
.subnav { float:right; width:400px; }
.mnav { float:right; width: 470px; }
.search { float:right; width:400px; position:relative; top: 30px; }
.warp02 { width:100%; margin:0 auto; background: #CCC; }
.newscontaner { position:absolute; top: 576px; height: 403px; width:1032px; background:#f2f2f2; border-top: 5px #378652 solid; }
.student{ margin: 25px 26px 27px 28px; float: left; width: 307px; height:341px; background-color:#666666 }
.student h1 { width: 202px; height: 27px; background: url(images/icon01.jpg); padding: 17px 9px 13px 97px; color:#990000; font:Verdana, Arial, Helvetica, sans-serif; font-size:20px;}
.news{ margin: 25px 18px 27px 1px; float: left; width: 307px; height:341px; background-color:#666666 }
.teachers{ margin: 25px 26px 27px 10px; float: left; width: 307px; height:341px; background-color:#666666 }
.cl { clear:both;}
/* --------------nav------------- */
nav { font:Verdana; font-size:12px;
}
nav ul {
width: 100%;
margin: 5px auto;
height: 40px;
list-style: none;
border-style: solid;
/* -------------- border-top: 3px #2075c1 solid;
border-bottom: 1px #bbb solid; ------------- */
border-left: none;
border-right: none;
}
nav ul li {
display: block;
position: relative;
float: left;
background-color: #fff;
height: 40px;
}
nav ul li a {
display: block;
text-decoration: none;
padding: 7px 15px 7px 15px;
text-align: center;
color: white;
line-height: 26px;
font-size: 18px;
color: black;
}
nav ul li a:hover {
/*background-color: #2075c1;*/
color: black;
border-bottom: 3px #bbb solid;
}
/*--------- sub nav---------*/
.subnav {
float: right;
padding: 20px 0 0 0;
}
.subnav li {
float: left; /* makes list horizontal */
list-style-type: none;
margin: 0 0 0 30px; /* separates 'buttons' */
}
.subnav ul li {
display: block;
position: relative;
float: left;
background-color: #efefef;
height: 40px;
}
.subnav ul li a {
display: block;
text-decoration: none;
padding: 7px 15px 7px 15px;
text-align: center;
color: white;
line-height: 26px;
font-size: 18px;
color: black;
}
subnav ul li a:hover {
background-color: #2075c1;
color: black;
border-bottom: 3px #bbb solid;
}
/* --------------nav------------- */
@font-face {
font-family: 'CrimsonText-Bold';
src: url('font/HelveticaNeueLTCom-Cn.eot?') format('eot'),
url('font/HelveticaNeueLTCom-Cn.woff') format('woff'),
url('font/CrimsonText-Bold.ttf') format('truetype'),
url('font/HelveticaNeueLTCom-Cn.svg#HelveticaNeueLTCom-Cn') format('svg');
}
Comments
Post a Comment