summaryrefslogtreecommitdiff
path: root/legacy/works/bbcweather.html
diff options
context:
space:
mode:
Diffstat (limited to 'legacy/works/bbcweather.html')
-rw-r--r--legacy/works/bbcweather.html45
1 files changed, 45 insertions, 0 deletions
diff --git a/legacy/works/bbcweather.html b/legacy/works/bbcweather.html
new file mode 100644
index 0000000..0aef7d6
--- /dev/null
+++ b/legacy/works/bbcweather.html
@@ -0,0 +1,45 @@
+<html>
+<head>
+<style type="text/css" media="screen, print">
+
+.hpWeather {
+ width:300px;
+ position:relative; }
+
+table{
+ width:280px; }
+
+th{
+ width:91px;
+ padding:4px 0;
+ background:#ddd;
+ border-right:1px solid #436; }
+
+.label{
+ display:block;
+ position:absolute;
+ left:-5000px; }
+
+.main{
+ background:#436;
+ position:relative;
+ padding:10px; }
+</style>
+</head>
+
+<body>
+
+<div class="hpWeather">
+<div class="main">
+
+<table cellspacing="0">
+<tr>
+ <th class="label"></th>
+ <th>Saturday</th>
+ <th>Sunday</th>
+ <th>Monday</th>
+</tr>
+</table>
+
+</div></div>
+</body></html> \ No newline at end of file