aboutsummaryrefslogtreecommitdiff
path: root/myshit/index.css
diff options
context:
space:
mode:
authorecho <91651232+exhq@users.noreply.github.com>2022-06-15 17:15:24 +0430
committerGitHub <noreply@github.com>2022-06-15 17:15:24 +0430
commit821ff2bc4d7b42f43f4540f13cf1ffbc012592ba (patch)
tree22d1807225309bb61fe78f171d752b2c9a410036 /myshit/index.css
parent1740468baa4aff10acd1349fb7ba97d29f53d7e0 (diff)
downloadexhq.github.io-821ff2bc4d7b42f43f4540f13cf1ffbc012592ba.tar.gz
exhq.github.io-821ff2bc4d7b42f43f4540f13cf1ffbc012592ba.tar.bz2
exhq.github.io-821ff2bc4d7b42f43f4540f13cf1ffbc012592ba.zip
fuck you v2
Diffstat (limited to 'myshit/index.css')
-rw-r--r--myshit/index.css56
1 files changed, 56 insertions, 0 deletions
diff --git a/myshit/index.css b/myshit/index.css
new file mode 100644
index 0000000..86ee9c4
--- /dev/null
+++ b/myshit/index.css
@@ -0,0 +1,56 @@
+@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');
+html, body {
+ scroll-behavior: smooth;
+ background-color: #202124;
+ }
+
+ .header{
+ font-family: 'fira sans', serif;
+ color: #ff80a4;
+ text-align: center;
+}
+.notheader{
+ font-family: 'fira sans', serif;
+ color: #ff80a4;
+ 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: #ff80a4;
+ 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: #94216a;
+ text-decoration: none;
+ font-family: 'google sans';
+ font-size: larger;
+} \ No newline at end of file