
.jedna{
	height: 100px;
	width: 100px;
	background-color: red;
	position: fixed;
	left: 100px;
	top: 100px;
}


.dva{
	height: 100px;
	width: 100px;
	background-color: blue;
	position: initial;
	left: 10000px;
	top: 100px;
}


.tri{
	height: 100px;
	width: 100px;
	background-color: green;
	position: sticky;
	left: 150px;
	top: 100px;
}