Difference between revisions of "Test2"

From ex25
Jump to: navigation, search
Line 1: Line 1:
 
==== test2 ====
 
==== test2 ====
  
 +
#wrapper {
 +
width: 700px;
 +
margin: 0 auto;
 +
border: 2px solid #369;
 +
}
  
<html>
+
#header {
<script src='http://assets.juicer.io/embed.js' type='text/javascript'></script>
+
width: 100%;
<link href='http://assets.juicer.io/embed.css' media='all' rel='stylesheet' type='text/css' />
+
border-bottom: 1px solid #369;
<div><ul class='juicer-feed' data-feed-id='hyperbody' data-per="15"></ul></div>
+
margin: 0;
</html>
+
padding: 0;
 +
}
  
<comments voting="Plus">
+
#menu {
 +
width: 200px;
 +
float: left;
 +
border-right: 1px solid #369;
 +
margin: 0;
 +
padding: 5px;
 +
}
 +
 
 +
#content {
 +
width: 500px;
 +
border: none;
 +
margin: 0;
 +
padding: 5px;
 +
}
 +
 
 +
#footer {
 +
width: 100%;
 +
border-top: 1px solid #369;
 +
margin: 0;
 +
padding: 5px;
 +
}
  
  

Revision as of 13:24, 20 January 2016

test2

  1. wrapper {

width: 700px; margin: 0 auto; border: 2px solid #369; }

  1. header {

width: 100%; border-bottom: 1px solid #369; margin: 0; padding: 0; }

  1. menu {

width: 200px; float: left; border-right: 1px solid #369; margin: 0; padding: 5px; }

  1. content {

width: 500px; border: none; margin: 0; padding: 5px; }

  1. footer {

width: 100%; border-top: 1px solid #369; margin: 0; padding: 5px; }