Difference between revisions of "Test2"

From ex25
Jump to: navigation, search
(test2)
Line 1: Line 1:
 +
==== test2 ====
  
<html>
 
<style>
 
div#wrapper {
 
width: 700px;
 
margin: 0 auto;
 
border: 2px solid #369;
 
}
 
 
div#header {
 
width: 100%;
 
border-bottom: 1px solid #369;
 
margin: 0;
 
padding: 0;
 
}
 
 
div#menu {
 
width: 200px;
 
float: left;
 
border-right: 1px solid #369;
 
margin: 0;
 
padding: 5px;
 
}
 
 
#content {
 
width: 500px;
 
border: none;
 
margin: 0;
 
padding: 5px;
 
}
 
 
div#footer {
 
width: 100%;
 
border-top: 1px solid #369;
 
margin: 0;
 
padding: 5px;
 
}
 
  
  

Revision as of 12:31, 20 January 2016

test2