aboutsummaryrefslogtreecommitdiffhomepage
path: root/assets/css
diff options
context:
space:
mode:
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