18 lines
265 B
CSS
Executable File
18 lines
265 B
CSS
Executable File
.time{
|
|
padding: 5px;
|
|
text-align: center;
|
|
background: #d2d2d2;
|
|
color: white;
|
|
width: 180px;
|
|
margin: 10px auto;
|
|
font-size: 13.2px;
|
|
border-radius: 2px;
|
|
}
|
|
.con_{
|
|
width: 90%;
|
|
background: white;
|
|
margin: 5%;
|
|
padding: 3%;
|
|
border-radius: 5px;
|
|
}
|