23 lines
148 B
CSS
23 lines
148 B
CSS
|
|
*{
|
|
margin: 0;
|
|
padding: 0 ;
|
|
}
|
|
|
|
|
|
|
|
img{
|
|
width:200px;
|
|
}
|
|
|
|
.hidden{
|
|
display:none;
|
|
}
|
|
|
|
.grey{
|
|
background:lightgrey;
|
|
}
|
|
|
|
.center{
|
|
margin:auto;
|
|
} |