diff --git a/home/home.css b/home/home.css new file mode 100644 index 0000000..e69de29 diff --git a/home/home.html b/home/home.html new file mode 100644 index 0000000..e69de29 diff --git a/index/index.css b/index/index.css new file mode 100644 index 0000000..1486fbd --- /dev/null +++ b/index/index.css @@ -0,0 +1,38 @@ +.center { + text-align: center; +} +.main { + font-size: x-large; + color: rgb(224, 193, 155); +} +.link:link { + color: bisque; + text-decoration: none; +} + +.link:visited { + color: bisque; + text-decoration: none; +} +.link:hover { + color: rgba(255, 228, 196, 0.564); + +} +.link:active { + color: bisque; +} +body { + background-color: rgb(22, 9, 38); +} +.footer{ + font-size: small; + padding-top: 10%; + color: rgb(224, 193, 155); +} +.spacer{ + padding: 2.5%; +} +.smallImage{ + width: 20px; + height: auto; +} \ No newline at end of file diff --git a/index/index.html b/index/index.html new file mode 100644 index 0000000..5254bf5 --- /dev/null +++ b/index/index.html @@ -0,0 +1,30 @@ + + +
+ + +