diff options
-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%; +} |