aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--bottom.html7
-rw-r--r--src/style.css4
-rw-r--r--top.html5
4 files changed, 12 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index 4e76d03..aded5c6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
1http 1http
2BLOG-IDEAS
3HTML-TIPS
diff --git a/bottom.html b/bottom.html
index fdb5811..33efd45 100644
--- a/bottom.html
+++ b/bottom.html
@@ -1,8 +1,9 @@
1</main>
1 2
2<hr class="line"> 3<hr class="line">
3 4
4<nav class="bottom"> 5<footer>
5 <table class="footer"> 6 <table>
6 <tr> 7 <tr>
7 <td class="contact"> 8 <td class="contact">
8 <a href="mailto:sebastiano@tronto.net"> 9 <a href="mailto:sebastiano@tronto.net">
@@ -15,7 +16,7 @@
15 </td> 16 </td>
16 </tr> 17 </tr>
17 </table> 18 </table>
18</nav> 19</footer>
19 20
20</body> 21</body>
21</html> 22</html>
diff --git a/src/style.css b/src/style.css
index 0078590..7016a47 100644
--- a/src/style.css
+++ b/src/style.css
@@ -1,4 +1,4 @@
1.menu { 1header nav table {
2 width: 100%; 2 width: 100%;
3} 3}
4 4
@@ -7,7 +7,7 @@
7 font-weight: bold; 7 font-weight: bold;
8} 8}
9 9
10.footer { 10footer table {
11 font-style: italic; 11 font-style: italic;
12 width: 100%; 12 width: 100%;
13} 13}
diff --git a/top.html b/top.html
index ad33387..2227c51 100644
--- a/top.html
+++ b/top.html
@@ -9,8 +9,9 @@
9 9
10<body> 10<body>
11 11
12<header>
12<nav class="top"> 13<nav class="top">
13 <table class="menu"> 14 <table>
14 <tr> 15 <tr>
15 <td class="logo"> 16 <td class="logo">
16 <a href="/"> 17 <a href="/">
@@ -45,6 +46,8 @@
45 </tr> 46 </tr>
46 </table> 47 </table>
47</nav> 48</nav>
49</header>
48 50
49<hr class="line"> 51<hr class="line">
50 52
53<main>

Generated with cgit - Back to sebastiano.tronto.net