From bb41a7edc8d3812f72535eb0ccae34f15470d9a8 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Mon, 27 Aug 2018 23:39:57 +0200 Subject: Added social contact buttons --- assets/css/style.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'assets/css') 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 -- cgit v1.2.3