aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorecho <91651232+exhq@users.noreply.github.com>2022-07-20 12:47:13 +0430
committerGitHub <noreply@github.com>2022-07-20 12:47:13 +0430
commit90ca1a408c119b4a071edcb466a3b2cc328903d2 (patch)
treef49aad3a4d2620b3f3c91f0b149c6b8f96b23f47
parent1319b48dc4e551a79687fbd1cdc597c109803f84 (diff)
downloadexhq.github.io-90ca1a408c119b4a071edcb466a3b2cc328903d2.tar.gz
exhq.github.io-90ca1a408c119b4a071edcb466a3b2cc328903d2.tar.bz2
exhq.github.io-90ca1a408c119b4a071edcb466a3b2cc328903d2.zip
:fire:
-rw-r--r--styles.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/styles.css b/styles.css
index 9c82699..be039c6 100644
--- a/styles.css
+++ b/styles.css
@@ -126,6 +126,7 @@ html, body {
margin-top: 30px;
}
.header span::before{
+ pointer-events: all;
content: "does ";
color: #fff;
animation: colorchange 5s infinite alternate;
@@ -270,3 +271,8 @@ color: #ff80a4;
html{
background-color: #202124;
}
+
+.go{
+ font-weight: 9000;
+ font-size: 120%;
+}