tzkmx
11/13/2017 - 11:48 PM

Example H2 for CSS Positioning 101 translation articles

Example H2 for CSS Positioning 101 translation articles

#box_1 { 
	width: 200px;
	height: 200px;
	background: #ee3e64;
}
#box_2 { 
	position: absolute;
	left: 100px;
	width: 200px;
	height: 200px;
	background: #44accf;
}