From c4f9d643bd628f2572977bb8ac38f480eadc3285 Mon Sep 17 00:00:00 2001 From: sushil sharma Date: Mon, 26 Aug 2024 10:38:02 +0545 Subject: [PATCH] - --- cloned-sites/cyberfiction/index.html | 13 +++++++- cloned-sites/cyberfiction/stle.css | 44 +++++++++++++++++++++++++++- 2 files changed, 55 insertions(+), 2 deletions(-) diff --git a/cloned-sites/cyberfiction/index.html b/cloned-sites/cyberfiction/index.html index b01fda1..ef77eef 100644 --- a/cloned-sites/cyberfiction/index.html +++ b/cloned-sites/cyberfiction/index.html @@ -49,7 +49,18 @@

-
+
+
+

cyberfiction / key word

+

have fun
let's play
+ just be together +

+
+

make a story
take a chance
build and owned

+

and maintain good humanity

+
+ +
diff --git a/cloned-sites/cyberfiction/stle.css b/cloned-sites/cyberfiction/stle.css index 514f641..d01146b 100644 --- a/cloned-sites/cyberfiction/stle.css +++ b/cloned-sites/cyberfiction/stle.css @@ -145,10 +145,52 @@ html,body{ #page1{ + text-transform: uppercase; position: relative; height: 100vh; width: 100vw; - background-color: rgb(22, 10, 69); + /* background-color: rgb(22, 10, 69); */ +} + +#oleft h3{ + font-weight: 100; + font-size: 17px; + margin-bottom: 20px; +} + +#oleft h1{ + font-size: 35px; +} + + +#oleft{ + font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; + position: absolute; + top: 40%; + left: 28%; + transform: translate(-50%,-50%); + /* color: white; */ +} + +#oright{ + font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; + /* color: white; */ + position: absolute; + top: 64%; + left: 80%; + transform: translate(-50%,-50%); + text-wrap: nowrap; + text-align: right; +} + +#oright h1{ + font-size: 35px; +} + +#oright h3{ + font-weight: 100; + font-size: 17px; + margin-top: 20px; } #page2{