Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
Sushil010 committed Aug 26, 2024
1 parent 20f1a7e commit c4f9d64
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 2 deletions.
13 changes: 12 additions & 1 deletion cloned-sites/cyberfiction/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,18 @@ <h1>
<canvas></canvas>

</div>
<div id="page1"></div>
<div id="page1">
<div id="oleft">
<h3>cyberfiction / key word</h3>
<h1>have fun<br>let's play<br>
just be together
</div>
<div id="oright">
<h1>make a story<br>take a chance<br>build and owned</h1>
<h3>and maintain good humanity</h3>
</div>

</div>
<div id="page2"></div>
<div id="page3"></div>
</div>
Expand Down
44 changes: 43 additions & 1 deletion cloned-sites/cyberfiction/stle.css
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit c4f9d64

Please sign in to comment.