Difference between revisions of "Test2"

From ex25
Jump to: navigation, search
(test2)
Line 1: Line 1:
==== test2 ====
 
  
#wrapper {
+
<html>
 +
<style>
 +
div#wrapper {
 
width: 700px;
 
width: 700px;
 
margin: 0 auto;
 
margin: 0 auto;
Line 7: Line 8:
 
}
 
}
  
#header {
+
div#header {
 
width: 100%;
 
width: 100%;
 
border-bottom: 1px solid #369;
 
border-bottom: 1px solid #369;
Line 14: Line 15:
 
}
 
}
  
#menu {
+
div#menu {
 
width: 200px;
 
width: 200px;
 
float: left;
 
float: left;
Line 29: Line 30:
 
}
 
}
  
#footer {
+
div#footer {
 
width: 100%;
 
width: 100%;
 
border-top: 1px solid #369;
 
border-top: 1px solid #369;

Revision as of 12:26, 20 January 2016