aboutsummaryrefslogtreecommitdiffhomepage
path: root/assets/css
diff options
context:
space:
mode:
authorMarvin Borner2018-08-27 23:39:57 +0200
committerMarvin Borner2018-08-27 23:39:57 +0200
commitbb41a7edc8d3812f72535eb0ccae34f15470d9a8 (patch)
tree6ec5de930541301310c8fbed805aeec682185f7f /assets/css
parent2f4538062400c8911834bc9fe2d83c8c9e53517e (diff)
Added social contact buttons
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/style.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index 49d2484..45fcd43 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -19,6 +19,10 @@ html, body {
overflow: hidden;
}
+.paginate {
+ transition: background-color 1s ease;
+}
+
.ContentWrapper {
display: flex;
min-height: 100vh;
@@ -42,6 +46,12 @@ html, body {
font-size: 35px;
}
+.Social img {
+ border-radius: 100%;
+ width: 35px;
+ height: 35px;
+}
+
.ScrollDown {
position: relative;
cursor: pointer;
@@ -79,4 +89,10 @@ a:hover {
#slide-numbers {
display: none;
}
+}
+
+.fa-instagram:before {
+ background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
+ -webkit-background-clip: text;
+ -webkit-text-fill-color: transparent;
} \ No newline at end of file