diff options
Diffstat (limited to 'css/main.css')
| -rw-r--r-- | css/main.css | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/css/main.css b/css/main.css index 4ebe5e5..fae7cfc 100644 --- a/css/main.css +++ b/css/main.css @@ -210,10 +210,6 @@ main { margin: auto; width: 86.21%; } - - .halloween { - display: none; - } } /* I was trying to figure out how to only call the <a> tags from index.html, so it wouldn't change the values for other <a> tags, and I tried everything, @@ -357,4 +353,11 @@ main { overflow: auto; } } -*/
\ No newline at end of file +*/ + +/* CLAIRO */ +.clairo { + position: absolute; + top: 5px; + left: 5px; +}
\ No newline at end of file |