Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
Sushil010 committed Aug 23, 2024
1 parent 7282cf8 commit 4588ce8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cloned-sites/cyberfiction/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
<div id="main">

<div id="page">
<div id="line">
<h1><b>CYBERFICTION<b> IS THE REAL STORY IN <i>METAVERSE<i></h1>
</div>
<canvas></canvas>
</div>
<div id="page1"></div>
Expand Down
12 changes: 12 additions & 0 deletions cloned-sites/cyberfiction/stle.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,23 @@ html,body{


#page{
position: relative;
height: 100vh;
width: 100vw;
background-color: aqua;
}

/* #page #line{
position: absolute;
top: 30%;
left: 50%;
transform: translate(-50%,-50%);
white-space: nowrap;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-size: 100px;
font-weight: 400;
} */

#page1{
height: 100vh;
width: 100vw;
Expand Down

0 comments on commit 4588ce8

Please sign in to comment.