diff options
author | echo <91651232+exhq@users.noreply.github.com> | 2022-07-20 12:47:13 +0430 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-20 12:47:13 +0430 |
commit | 90ca1a408c119b4a071edcb466a3b2cc328903d2 (patch) | |
tree | f49aad3a4d2620b3f3c91f0b149c6b8f96b23f47 | |
parent | 1319b48dc4e551a79687fbd1cdc597c109803f84 (diff) | |
download | exhq.github.io-90ca1a408c119b4a071edcb466a3b2cc328903d2.tar.gz exhq.github.io-90ca1a408c119b4a071edcb466a3b2cc328903d2.tar.bz2 exhq.github.io-90ca1a408c119b4a071edcb466a3b2cc328903d2.zip |
:fire:
-rw-r--r-- | styles.css | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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%; +} |