CSS ???
??? ??? ??? ?? ????? ?? ?? ??? ?? ??? ? ????.
??: ??? ???? ?????. ???: ??? ????? ?????. ??: ?? ?? ??: ????? ?? ??? ?????.
??? ??? ????: ?? ?? ???? ?? ??? ???? ? ?????(?? ?? ??)
?? ?? html ? CSS ??? ??? ?????. ??? ?? ??????.
html:
<div class="qd"></div> <div class="wd"></div> <div class="ed"></div>
CSS
.qd{ width: 100px; height: 100px; background-color: lightskyblue; }.wd{ width: 100px; height: 100px; background-color: lightseagreen; }.ed{ width: 100px; height: 100px; background-color: lightsalmon; }
??? ?? ?????.
?? ???? ??? ?? float ??? ?????. ???? ???? ???? ??? ???? ???? ??? ???? ?????.
float: left;float: right;
Rendering
??? ????. ??? ???? ? ?? ?? ??? ?? ??? ??? ? ??? ???? ?? ??? ??? ?? ????(? ?? div? ??? div? ??). ??? ??:
<div class="container"> <div class="qd"></div> <div class="wd"></div> <div class="ed"></div> </div>
???? ??? ? ? ????:
??? ??? ??? ?? ?? ???? ???? ????. ? ?? ??? ??? ???? ?????
<div class="text">hello php</div>
? ?? ????
??? ? div? ?? ??? ????? ?? ?????. ??? ??? ????? ?? div? ??? ???? ???. ?? ?? CSS? ?? ???? ?????.
.text{ clear: both; }
???: