Added clocks tool
This commit is contained in:
parent
8dc2621f87
commit
7073a2d3f2
23 changed files with 1061 additions and 3 deletions
13
site/clocks/style.css
Normal file
13
site/clocks/style.css
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
div.clock {
|
||||
text-align: center;
|
||||
margin-block-end: 1.8rem;
|
||||
}
|
||||
|
||||
div.clock div.location {
|
||||
color: rgb(175, 41, 29);
|
||||
}
|
||||
|
||||
div.clock div.time {
|
||||
font-size: 200%;
|
||||
font-family: var(--pico-font-family-monospace);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue