@charset "utf-8";

.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;

}

.tombolpengujung {
	position: fixed;
	left: 0;
	bottom: 0;
	
}

.rowbelang :nth-child(odd){
  background-color:red;
}
.rowbelang :nth-child(even){
  background-color:green;
}

/* CSS Document */

