ºÝºÝߣ

ºÝºÝߣShare a Scribd company logo
?????????? ????????? ??? ???????????? ???? 2????
CSS
¡°??
????¡± ¡°?
???
????¡±
CSS
Cascading
?Style
?Sheets
http://pattle.github.io/simpsons-in-css/
CSS ?? ?
CSS ?? ?
??
??
Text
?Editor
Brackets
SublimeText
Editplus
???
???.....
html
head
meta charset=utf-8
style
/style
/head
body
/body
/html
html
head
meta charset=utf-8
style
/style
/head
body
/body
/html
html
head
meta charset=utf-8
style
/style
/head
body
/body
/html CSS
????
?????
???
html
head
meta charset=utf-8
style
/style
/head
body
/body
/html
HTML
????
?????
???
??? {??1 : ?; ??2 : ?;}
.??? {??1 : ?; ??2 : ?;}
#??? {??1 : ?; ??2 : ?;}
CSS HTML
Div {background:red;} div Content /div
THIS IS
div HTML /div
span Document /span
http://plegic.com/DETS/1.html
CSS HTML
.class {background:red;}
#id {background:blue;}
div class=¡°class¡±
???
/div
div id=¡°id¡±
???
/div
div ?? ?? div /div
http://plegic.com/DETS/2.html
CSS HTML
#box1, #box2
{
background:blue;
}
div id=box1
CSS ???
/div
div id=box2
CSS ???
/div
div id=box3
CSS ????
/div
http://plegic.com/DETS/3.html
CSS HTML
#box
{
background:blue;
width:300px;
height:300px;
}
div id=box
????
/div
http://plegic.com/DETS/4.html
CSS HTML
#margin {
background:red;
margin:50px;
}
#padding {
background:blue;
padding:50px;
}
div id=margin
?? ?? ??
/div
div id=padding
?? ?? ??
/div
http://plegic.com/DETS/5.html
CSS HTML
#color { color:red; }
#size { font-size:20pt; }
#underline { text-decoration:underline;}
#overline {text-decoration:overline;}
#linethrogh {text-decoration:line-
through;}
div id=color?? ??/div
div id=size????/div
div id=underline??/div
div id=overline??/div
div id=linethrogh???/div
http://plegic.com/DETS/6.html
CSS HTML
#lighter{ font-weight:lighter;}
#normal{ font-weight:normal;}
#bold{ font-weight:bold;}
#bolder{ font-weight:bolder;}
div id=lighter?? ??/div
div id=normal??/div
div id=bold?? ??/div
div id=bolder?? ?? ??/div
http://plegic.com/DETS/7.html
CSS HTML
#right{ text-align:right; }
#left { text-align:left; }
#center { text-align:center;}
div id=right
?? ??
/div
div id=left
?? ??
/div
div id=center
??? ??
/div
http://plegic.com/DETS/8.html
CSS HTML
#red{ background:red; }
#blue { background:blue; }
#green { background:green;}
div id=red
?? ??
/div
div id=blue
?? ??
/div
div id=green
?? ??
/div
http://plegic.com/DETS/9.html

More Related Content

?????????? ????????? ??? ???????????? ???? 2????