You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
179 B
9 lines
179 B
12 years ago
|
.card {
|
||
|
margin :10px;
|
||
|
padding: 10px;
|
||
|
box-shadow: 0px 0px 20px 1px #e1e1e1;
|
||
|
color: #444444;
|
||
|
-moz-border-radius: 3px;
|
||
|
-webkit-border-radius: 3px;
|
||
|
border-radius: 3px;
|
||
|
}
|