diff --git a/src/index.html b/src/index.html index b5a0fac..c53b0cc 100644 --- a/src/index.html +++ b/src/index.html @@ -4,9 +4,13 @@
Please use this service if you ever forget your skynet password
diff --git a/src/stylesheets/index.css b/src/stylesheets/index.css new file mode 100644 index 0000000..18975b3 --- /dev/null +++ b/src/stylesheets/index.css @@ -0,0 +1,17 @@ +/* General styling */ +body{ + background-color: #007480; +} +/* Title bar */ +#title { + background-color: white; + height: 82px; +} + +#title img { + float: left; +} + +#title h1 { + position: relative; +} \ No newline at end of file