1 Today learned new code editing, margin margin, border margin, pidding padding, margin is from the clockwise from the top of the symmetry will have four values, such as no will follow up and down, the left and right of a value default, auto is Automated.
2 Learn how to adjust text paragraphs, blank lines, line breaks, colors, sizes, symbols.
3 through the two days of learning feeling is the same as cabbage, first understand the inside of the heart, and then a layer of re-study outside the leaves, and finally this is a large whole leaves are changeable replaceable, no binding nature. Completely look at your own idea as long as you have your own big box
Center graphic HTML
<! DOCTYPE html>
<meta charset= "utf8" >
<title>
Where the hell is your world </title>
<style>
. a{
height:100px;
width:100px;
}
#q {
height:200px;
width:200px;
margin:0 auto;
}
#b {background-color: #00ff00; float:right;
border-radius:49px;
}
#c {background-color: #ff0000; float:left;border-radius:50px
}
#d {background-color: #0000ff; float:left;border-radius:20px
}
#e {background-color: #00f12b; float:left;border-radius:100px
}
</style>
<body>
<div id= "q" >
<div class= "a" id= "e" >
<div class= "a" id= "b" > Your World </div>
<div class= "a" id= "c" > End </div>
<div class= "a" id= "d" > where </div>
</div>
</body>
Text Type HTML
<! DOCTYPE html>
<meta charset= "utf8" >
<title>666666</title>
<style>
div{width:600px;
height:1000px;
margin:0 auto;}
H1{color: #00ff00; background-color: #0000ff;}
H2{background-color: #021323;}
</style>
<body>
<div>
<p>
Is the "slip" homophonic, the first appearance in the League of Heroes and other competitive games of the colloquial, the interpretation is to play very well, very slip (homophonic), Many appear in the dialogue between Gamers. It also contains ironic meaning.
</p>
</div>
</body>
PHP the next day