diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -56,6 +56,20 @@ body { padding: 3px 0; } +.about { + position: absolute; + top:0; + left: 50px; + padding: 10px; + border: 1px solid white; + background: black; +} + +a { + text-decoration: none; + color: white; +} + </style> </head> @@ -118,5 +132,9 @@ body { </div> </div> +<div class="about"> +<a href="/about.html">About</a> +</div> + </body> |