@charset "utf-8";

.conteiner {
	height: 120px;
	width:300px;
}

#div1 {
	background: pink;
	display: none;
}

#div2 {
	background: yellow;
	display: block;
}
