From 90ca1a408c119b4a071edcb466a3b2cc328903d2 Mon Sep 17 00:00:00 2001 From: echo <91651232+exhq@users.noreply.github.com> Date: Wed, 20 Jul 2022 12:47:13 +0430 Subject: :fire: --- styles.css | 6 ++++++ 1 file changed, 6 insertions(+) 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%; +} -- cgit