diff options
author | echo <91651232+exhq@users.noreply.github.com> | 2022-08-26 18:24:39 +0430 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-26 18:24:39 +0430 |
commit | 547f5955f1cca47750bfa18e31f1ee56f1b7b2f3 (patch) | |
tree | 1e3306d1fd56d12f9ccc97b4c43cec3982c53cde /static/myshit/index.css | |
parent | 60608b4bb1759bb58d28923b3e222d8e11eaeafa (diff) | |
parent | c6c56d11b83d65c69b09007c7b43f0788b958ff2 (diff) | |
download | exhq.github.io-547f5955f1cca47750bfa18e31f1ee56f1b7b2f3.tar.gz exhq.github.io-547f5955f1cca47750bfa18e31f1ee56f1b7b2f3.tar.bz2 exhq.github.io-547f5955f1cca47750bfa18e31f1ee56f1b7b2f3.zip |
Merge pull request #5 from romangraef/main
nea my beloved
Diffstat (limited to 'static/myshit/index.css')
-rw-r--r-- | static/myshit/index.css | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/static/myshit/index.css b/static/myshit/index.css new file mode 100644 index 0000000..8089392 --- /dev/null +++ b/static/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 |