Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

separate three content in web

<style>
section {
        float: left;
        margin: 0 1.5%;
        width: 30%;
		}
</style>

<header>...</header>
<section>...</section>
<section>...</section>
<section>...</section>
<footer>...</footer>
Source by learn.shayhowe.com #
 
PREVIOUS NEXT
Tagged: #separate #content #web
ADD COMMENT
Topic
Name
8+4 =