12 lines
144 B
CSS
12 lines
144 B
CSS
|
.service
|
|||
|
{
|
|||
|
float:left;
|
|||
|
border:1px dotted gray;
|
|||
|
padding:10px;
|
|||
|
width:300px;
|
|||
|
margin:10px;
|
|||
|
}
|
|||
|
h3
|
|||
|
{
|
|||
|
color:Red;
|
|||
|
}
|