Skip to content

Commit

Permalink
added new section
Browse files Browse the repository at this point in the history
  • Loading branch information
3pm-on-github committed Apr 7, 2024
1 parent 4d7600a commit 050cca3
Showing 1 changed file with 46 additions and 1 deletion.
47 changes: 46 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
footer {
position: absolute;
margin-left: -8px;
margin-top: calc((0.1% + 100%) - 8px);
margin-top: calc((49.6% + 100%) - 8px);
width: 100%;
height: 150px;
background-color: rgb(50, 50, 50);
Expand Down Expand Up @@ -85,6 +85,45 @@
font-weight: 500;
color: white;
}
.history {
position: absolute;
margin-top: 49.55%;
width: 100%;
height: 100%;
background: linear-gradient(to bottom right, #1010FF, #0080FF);
}
.mddritewtmspwn {
position: absolute;
margin-top: 100px;
margin-left: 275px;
font-size: 50px;
font-weight: 500;
color: white;
}
.abaotwtmswd {
position: absolute;
margin-top: 250px;
margin-left: 162.5px;
font-size: 45px;
font-weight: 500;
color: white;
}
.siywtftewtms {
position: absolute;
margin-top: 400px;
margin-left: 200px;
font-size: 45px;
font-weight: 500;
color: white;
}
.thisistherightplace {
position: absolute;
margin-top: 550px;
margin-left: 475px;
font-size: 45px;
font-weight: 500;
color: white;
}
</style>
</head>
<body>
Expand All @@ -97,6 +136,12 @@ <h1 class="andtheresalsomore">And theres also more...</h1>
<p class="etomitmodshop">Explore tons of mods in the <a href="/mddr/modshop/" style="color: white;">Modshop</a>..</p>
<p class="outimods">..Or use the integrated mods</p>
<p class="downloadmddr">Download MDDR <a href="https://github.com/GachaYTB/mddr/releases/latest" style="color: white;">Here</a></p>
<div class="history">
<p class="mddritewtmspwn">MDDR is the easiest way to mod spwn,</p>
<p class="abaotwtmswd">And before, all of the ways to mod spwn were difficult.</p>
<p class="siywtftewtms">So if you want to find the easiest way to mod spwn,</p>
<p class="thisistherightplace">This is the right place.</p>
</div>
</div>
<footer>
<p>Made by GachaYTB3</p>
Expand Down

0 comments on commit 050cca3

Please sign in to comment.