16 lines
204 B
CSS
16 lines
204 B
CSS
|
.datetime {
|
||
|
text-align: center;
|
||
|
margin-bottom: 20px;
|
||
|
}
|
||
|
|
||
|
.time {
|
||
|
font-size: 36px;
|
||
|
font-weight: bold;
|
||
|
color: #333;
|
||
|
}
|
||
|
|
||
|
.date {
|
||
|
font-size: 16px;
|
||
|
color: #666;
|
||
|
margin-top: 5px;
|
||
|
}
|