aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorecho <91651232+exhq@users.noreply.github.com>2022-08-15 11:59:31 +0430
committerGitHub <noreply@github.com>2022-08-15 11:59:31 +0430
commitd1b239d3965cb0baf22a6a11917dc060bbd9e15c (patch)
treeffd80ae3e1e4311f7b00a032709aeb18cb00288a
parent322ddfb04035589b93c19fb1153a92bf9f68ed4b (diff)
downloadexhq.github.io-d1b239d3965cb0baf22a6a11917dc060bbd9e15c.tar.gz
exhq.github.io-d1b239d3965cb0baf22a6a11917dc060bbd9e15c.tar.bz2
exhq.github.io-d1b239d3965cb0baf22a6a11917dc060bbd9e15c.zip
Create index.css
-rw-r--r--myhumor/index.css46
1 files changed, 46 insertions, 0 deletions
diff --git a/myhumor/index.css b/myhumor/index.css
new file mode 100644
index 0000000..c58cada
--- /dev/null
+++ b/myhumor/index.css
@@ -0,0 +1,46 @@
+@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: 100%;
+ position: absolute;
+ top: 50%;
+ left: 50%;
+ transform: translate(-50%, -50%);
+}
+
+b{
+ color: #ffd100;
+ font-size: larger;
+}