Template:SYSU-Software/CSS/Home

.row {

   width: 100%;
   margin: 0;

}

.row:after{

   content:"."; 
   height:0; 
   visibility:hidden; 
   display:block; 
   clear:both; 

}

.row img {

   width:100%;

}