summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html15
-rw-r--r--style.css (renamed from app.css)6
2 files changed, 14 insertions, 7 deletions
diff --git a/index.html b/index.html
index 79cba73..67b3ffd 100644
--- a/index.html
+++ b/index.html
@@ -2,7 +2,7 @@
<html>
<head>
-<link rel="stylesheet" href="app.css"/>
+<link rel="stylesheet" href="style.css"/>
<body>
</head>
@@ -12,11 +12,14 @@
</p>
<h2>Links</h2>
-<p>
- chess.com <a href="https://www.chess.com/member/tinwoodman92">chess.com/member/tinwoodman92</a>
-<br>
- GitHub <a href="https://github.com/TinWoodman92">github.com/TinWoodman92</a>
-</p>
+<ul>
+ <li>
+ chess.com <a href="https://www.chess.com/member/tinwoodman92">chess.com/member/tinwoodman92</a>
+ </li>
+ <li>
+ GitHub <a href="https://github.com/TinWoodman92">github.com/TinWoodman92</a>
+ </li>
+</ul>
</body>
<script src="app.js"></script>
</html> \ No newline at end of file
diff --git a/app.css b/style.css
index b389710..bfd6de5 100644
--- a/app.css
+++ b/style.css
@@ -11,5 +11,9 @@ h2 {
}
p {
- color: lightgrey;
+ color: white;
+}
+
+li {
+ color: white;
} \ No newline at end of file