diff options
author | romangraef <romangraef@users.noreply.github.com> | 2022-08-26 13:32:11 +0000 |
---|---|---|
committer | romangraef <romangraef@users.noreply.github.com> | 2022-08-26 13:32:11 +0000 |
commit | 8aec620283e5124cc93a39d58a306dfe412b0e96 (patch) | |
tree | 0ab8653284ad47838a8945d13470b6b9b633a359 /myshit/index.css | |
download | exhq.github.io-gh-pages.tar.gz exhq.github.io-gh-pages.tar.bz2 exhq.github.io-gh-pages.zip |
deploy: ed5889d825e6ac63973692700ea5cbdaae6500f8gh-pages
Diffstat (limited to 'myshit/index.css')
-rw-r--r-- | myshit/index.css | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/myshit/index.css b/myshit/index.css new file mode 100644 index 0000000..8089392 --- /dev/null +++ b/myshit/index.css @@ -0,0 +1,66 @@ +@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'); +/* Color variables */ +:root{ + --background-color: #202124; + --text-color: #ff80a4; + --link-color: #94216a; +} + +html, body{ + scroll-behavior: smooth; + background-color: var(--background-color); +} + +.header{ + font-family: 'fira sans', serif; + color: var(--text-color); + text-align: center; +} + +.notheader{ + font-family: 'fira sans', serif; + color: var(--text-color); + text-align: center; + font-size: small; +} + +.center{ + margin: auto; + width: 60%; + padding: 10px; + text-align: center; +} + +b{ + font-size: 140%; + color: #7f0622; +} + +h3{ + margin-top: 0%; + font-family: 'fira sans', serif; + color: var(--text-color); + /*text-align: center;*/ + font-size: small; +} + +.desktop{ + width: 100%; + height: auto; +} + +.font{ + color: #10d275; + font-size: xx-large; + text-decoration: none; + font-family: 'google sans'; +} + +.link{ + color: var(--link-color); + text-decoration: none; + font-family: 'google sans'; + font-size: larger; +}
\ No newline at end of file |