tzkmx
11/13/2017 - 9:09 PM

Example C for CSS Positioning 101 translation articles

Example C for CSS Positioning 101 translation articles

#box_2 { 
	position: relative;
	left: 200px;
	width: 200px;
	height: 200px;
	background: #44accf;
}