@charset "UTF-8";
/*
	styles\format.css
*/


@import "base.css";


body{
    padding:5rem;
}


#target{
    width:100px;
    height:100px;
    border:1px solid #000;
}

#output > li > span {
    width:100px;
    display: inline-block;
}


/************************************************************************/
/*********  Alle Angaben zur Breite und zum display **********************/ 

/********* Mobile first !!!!***********************************/

@media only screen and (max-width: 768px) {
	
	
	

}

/*************** Tablets sm **********************************/
@media only screen and (min-width: 768px){

	


}






/************* Notebooks md *******************************/
@media only screen and (min-width: 992px) {
	
	

}     



/************* large Desktops (lg) *******************/
@media only screen and (min-width: 1200px) {

	

} /************** ENDE lg **********************/



