tzkmx
11/13/2017 - 8:23 PM

Example A for CSS Positioning 101 translation articles

Example A for CSS Positioning 101 translation articles

#box_1 {
    position: static;
    width: 200px;
    height: 200px;
    background: #ee3e64;
}
#box_2 {
    position: static;
    width: 200px;
    height: 200px;
    background: #44accf;
}
#box_3 {
    position: static;
    width: 200px;
    height: 200px;
    background: #b7d84b;
}