add new homepage section
This commit is contained in:
@@ -81,6 +81,11 @@
|
|||||||
</button>
|
</button>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<section class="note">
|
||||||
|
<h2>Note:</h2>
|
||||||
|
<p>This project is forked from ddedodediamante's (I probbaly spelled that wrong) rarry project, I forked it so i could add some new features and blocks. It is still in heavy development so expect many bugs.</p>
|
||||||
|
</section>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<p>
|
<p>
|
||||||
© 2025 DbgIDE. Made with ❤️ by
|
© 2025 DbgIDE. Made with ❤️ by
|
||||||
|
|||||||
19
src/home.css
19
src/home.css
@@ -2,7 +2,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 1.5rem;
|
gap: 1.5rem;
|
||||||
padding: 3rem;
|
padding: 12rem;
|
||||||
background-image: url("/icons/blur.png");
|
background-image: url("/icons/blur.png");
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
@@ -60,6 +60,23 @@
|
|||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.note {
|
||||||
|
padding: 2rem;
|
||||||
|
text-align: center;
|
||||||
|
background-color: var(--color2);
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.note h2 {
|
||||||
|
font-size: 2rem;
|
||||||
|
margin-bottom: 1.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.note p {
|
||||||
|
font-size: 1rem;
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
|
||||||
.cta-section h2 {
|
.cta-section h2 {
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
margin-bottom: 1.5rem;
|
margin-bottom: 1.5rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user