Difference between revisions of "Team:Cologne-Duesseldorf/Test2"

(Blanked the page)
Line 1: Line 1:
 +
<html>
 +
<head>
 +
<style>
 +
* {
 +
  margin:0;
 +
  padding:0;
 +
  box-sizing: border-box;
 +
}
 +
#container{
 +
  width: 100vw;
 +
  background: #149375;
 +
}
  
 +
#page {
 +
  width: 80vw;
 +
  margin: auto;
 +
  background: #ffffff;
 +
}
 +
 +
#page-content {
 +
  width: 60vw;
 +
  margin: auto;
 +
  background: #ccc;
 +
}
 +
</style>
 +
</head>
 +
<body>
 +
<div id="container">
 +
  <div id="page">
 +
<div id="page-content">
 +
  <h1>Heading</h1>
 +
  <p>Some text here</p>
 +
</div>
 +
 +
  </div>
 +
 
 +
</div>
 +
 +
 +
 +
 +
</body>
 +
</html>

Revision as of 12:32, 17 September 2017

Heading

Some text here