aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php14
1 files changed, 12 insertions, 2 deletions
diff --git a/index.php b/index.php
index 1b06d09..477c500 100644
--- a/index.php
+++ b/index.php
@@ -4,8 +4,9 @@
<div style="color: white;z-index: 1;text-align: center;left: 0;right: 0;position: absolute;top: 132px;" id="intro">
<div class="container">
- <p class="display-4"><?= l("Heyo, I'm Minteck!", "Coucou, moi c'est Minteck !") ?> ⭐</p>
- <p><?= l("I'm a french furry that also likes messing with technology.", "Je suis un français membre du fandom furry qui aime aussi bidouiller l'informatique.") ?></p>
+ <!--suppress CssInvalidPropertyValue -->
+ <p class="display-4" id="intro-title" style="line-height:81px;font-weight: bold;background: radial-gradient(100% 100% at 100% 0%,#6f4cde 0%,#41d6d6 100%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;"><?= l("Heyo, I'm Minteck!", "Coucou, moi c'est Minteck !") ?> ⭐</p>
+ <p id="intro-tagline"><?= l("I'm a french furry that also likes messing with technology.", "Je suis un français membre du fandom furry qui aime aussi bidouiller l'informatique.") ?></p>
</div>
</div>
@@ -20,6 +21,15 @@
margin-top: -6px !important;
padding-top: 18px !important;
}
+
+ #intro-tagline {
+ margin-bottom: 0 !important;
+ padding-bottom: 26px !important;
+ }
+
+ #intro-title {
+ background-image: radial-gradient(100% 100% at 100% 0%,#fff 0%,#fff 100%) !important;
+ }
}
</style>