mirror of
https://github.com/d3/d3.git
synced 2026-01-25 15:24:06 +00:00
24 lines
283 B
CSS
24 lines
283 B
CSS
#clock {
|
|
position: relative;
|
|
background: #222;
|
|
width: 960px;
|
|
height: 700px;
|
|
}
|
|
|
|
#clock div {
|
|
position: absolute;
|
|
right: 4px;
|
|
bottom: 4px;
|
|
color: #ddd;
|
|
font: 10px sans-serif;
|
|
}
|
|
|
|
#clock a {
|
|
color: #fff;
|
|
font-weight: bold;
|
|
}
|
|
|
|
text {
|
|
font: bold 13px sans-serif;
|
|
}
|