Line 5: | Line 5: | ||
body { | body { | ||
color: #fff0f0; | color: #fff0f0; | ||
+ | } | ||
+ | #landingwrapper { | ||
+ | width: 900px; | ||
+ | height: 100%; | ||
+ | margin: 0 auto; | ||
+ | padding-top: 100px; | ||
} | } | ||
</style> | </style> | ||
</head> | </head> | ||
<body> | <body> | ||
+ | <div id="landingwrapper"> | ||
<section id="part1"> | <section id="part1"> | ||
<p>this is a part</p> | <p>this is a part</p> | ||
+ | </div> | ||
</section | </section | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 15:06, 29 June 2017
this is a part