Initial commit: first draft of layout
This commit is contained in:
commit
d88782b820
4
dark_theme.css
Normal file
4
dark_theme.css
Normal file
@ -0,0 +1,4 @@
|
||||
html, body {
|
||||
background-color: black;
|
||||
color: white;
|
||||
}
|
9
index.html
Normal file
9
index.html
Normal file
@ -0,0 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
</head>
|
||||
<body>
|
||||
<div id="datetime">2018-04-12 12:34:56.345h UTC+1</div>
|
||||
<iframe id="weather" src="https://wttr.in/Karlsruhe"></iframe>
|
||||
</body>
|
||||
</html>
|
11
layout.css
Normal file
11
layout.css
Normal file
@ -0,0 +1,11 @@
|
||||
html, body {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#datetime, #weather {
|
||||
width: 100%;
|
||||
margin: auto;
|
||||
}
|
Loading…
Reference in New Issue
Block a user