| Current Path : /home/missmand/public_html/learning/css/ |
| Current File : /home/missmand/public_html/learning/css/reset.css |
@charset "utf-8";
/* CSS Document */
*{
margin: 0px;
padding: 0px;
font-family: 'Open Sans', sans-serif;
}
a{
text-decoration: none;
}
body,html{
height: 100%;
width: 100%;
}
.clear {
clear: both;
}
a img{
border:none;
}