diff options
author | nea <romangraef@gmail.com> | 2022-08-26 15:29:41 +0200 |
---|---|---|
committer | nea <romangraef@gmail.com> | 2022-08-26 15:29:41 +0200 |
commit | ed5889d825e6ac63973692700ea5cbdaae6500f8 (patch) | |
tree | 4c74e4ace4069be493d304a382fefceefbee050a /static/myhumor/index.css | |
parent | 60608b4bb1759bb58d28923b3e222d8e11eaeafa (diff) | |
download | exhq.github.io-ed5889d825e6ac63973692700ea5cbdaae6500f8.tar.gz exhq.github.io-ed5889d825e6ac63973692700ea5cbdaae6500f8.tar.bz2 exhq.github.io-ed5889d825e6ac63973692700ea5cbdaae6500f8.zip |
moveshitaround
Diffstat (limited to 'static/myhumor/index.css')
-rw-r--r-- | static/myhumor/index.css | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/static/myhumor/index.css b/static/myhumor/index.css new file mode 100644 index 0000000..f43a7f8 --- /dev/null +++ b/static/myhumor/index.css @@ -0,0 +1,45 @@ +@import url('https://fonts.googleapis.com/css2?family=Lora&display=swap'); +@import url('https://fonts.googleapis.com/css?family=Fira+Sans&display=swap'); +@import url('https://fonts.googleapis.com/css?family=Google+Sans&display=swap'); + +:root{ + --title-color: #ff80a4; + --text-color: #ff2674; + --background-color: #202124; + --nav-background-color: #333; +} +h2{ + text-align: center; + color: var(--title-color); + font-family: 'fira sans', serif; +} + +.headeridfk{ + text-align: center; + color: var(--title-color); + font-family: 'fira sans', serif; +} + +html, body{ + scroll-behavior: smooth; + background-color: var(--background-color); +} + +p{ + font-family: 'google sans'; + color: var(--text-color); + font-size: larger; +} + +.fuckingcentered{ + margin: 0 auto; + margin-top: 150%; + margin-left: 3%; + margin-right: 3%; + +} + +b{ + color: #ffd100; + font-size: larger; +} |