fancify the text
This commit is contained in:
@@ -1,9 +1,15 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<script src="http://cdnjs.cloudflare.com/ajax/libs/d3/3.3.11/d3.min.js"></script>
|
<script src="http://cdnjs.cloudflare.com/ajax/libs/d3/3.3.11/d3.min.js"></script>
|
||||||
|
<link href='http://fonts.googleapis.com/css?family=Chango' rel='stylesheet' type='text/css'>
|
||||||
<style>
|
<style>
|
||||||
|
body {
|
||||||
|
font-family: Chango;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
div#counter {
|
div#counter {
|
||||||
font-size: 200pt;
|
font-size: 180pt;
|
||||||
|
text-align: left;
|
||||||
}
|
}
|
||||||
div#location {
|
div#location {
|
||||||
font-size: 50pt;
|
font-size: 50pt;
|
||||||
@@ -20,12 +26,10 @@ div.countdown { color: red; }
|
|||||||
<div id="counter"></div>
|
<div id="counter"></div>
|
||||||
until 1st January 2014 in
|
until 1st January 2014 in
|
||||||
<div id="location"></div>
|
<div id="location"></div>
|
||||||
at local time
|
<div>at <span id="localtime"></span> local time</div>
|
||||||
<div id="localtime"></div>
|
|
||||||
|
|
||||||
<div id="map"></div>
|
<div id="map"></div>
|
||||||
<script src="countdown.js">
|
|
||||||
|
|
||||||
|
<script src="countdown.js">
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Reference in New Issue
Block a user