diff options
author | echo <91651232+exhq@users.noreply.github.com> | 2022-04-22 15:59:58 +0430 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-22 15:59:58 +0430 |
commit | 78651b9d49c0ef72764b98a416c3d8a6cfb2679c (patch) | |
tree | b6057cceb2598d5d0c1d9b9f4f8e652998544060 | |
parent | 029f67aa56889c82762cc01194edd243204a9771 (diff) | |
download | exhq.github.io-78651b9d49c0ef72764b98a416c3d8a6cfb2679c.tar.gz exhq.github.io-78651b9d49c0ef72764b98a416c3d8a6cfb2679c.tar.bz2 exhq.github.io-78651b9d49c0ef72764b98a416c3d8a6cfb2679c.zip |
Update styles.css
-rw-r--r-- | styles.css | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -96,6 +96,20 @@ html, body { animation: colorchange 5s infinite alternate; } +.being{ + margin-left: 11%; + font-family: 'fira sans'; + color: #ff2674; + font-size: 120% +} + +.goimg{ + width: 50px; + height: 50px; + vertical-align: middle; + margin-left: 10%; +} + @keyframes colorchange { 0% { color: #16171a; |