From 78651b9d49c0ef72764b98a416c3d8a6cfb2679c Mon Sep 17 00:00:00 2001 From: echo <91651232+exhq@users.noreply.github.com> Date: Fri, 22 Apr 2022 15:59:58 +0430 Subject: Update styles.css --- styles.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/styles.css b/styles.css index af87e87..6f16eab 100644 --- a/styles.css +++ b/styles.css @@ -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; -- cgit