aboutsummaryrefslogtreecommitdiffhomepage
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/css/style.css28
-rw-r--r--assets/images/logo.pngbin0 -> 9109 bytes
2 files changed, 26 insertions, 2 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index 36e077f..34c4c15 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -12,7 +12,31 @@
body, * {
text-align: center;
- color: white;
- background-color: gray;
+ background-color: #282828;
font-family: Comfortaa;
+}
+
+body {
+ margin-top: 10rem;
+}
+
+.Main-Content {
+ color: white;
+}
+
+.Social {
+ font-size: 35px;
+}
+
+a:visited {
+ color: white;
+}
+
+a {
+ color: white;
+ transition: .5s;
+}
+
+a:hover {
+ color: #1457c6;
} \ No newline at end of file
diff --git a/assets/images/logo.png b/assets/images/logo.png
new file mode 100644
index 0000000..363970e
--- /dev/null
+++ b/assets/images/logo.png
Binary files differ