Progress sync, sample text on home page

This commit is contained in:
2025-07-06 02:13:19 -04:00
parent 0c4e89dc9a
commit 9d4ed47c63
3 changed files with 16 additions and 2 deletions

View File

@ -3,7 +3,7 @@
--border-radius: 40%; --border-radius: 40%;
} }
.border-round-2 { .border-round-2 {
--border-radius: 75%; --border-radius: 85%;
} }
.border-round-tl { .border-round-tl {
border-top-left-radius: var(--border-radius); border-top-left-radius: var(--border-radius);
@ -91,4 +91,7 @@
.home-grid-container { .home-grid-container {
padding: 0; padding: 0;
} }
.home-grid {
}
} }

View File

@ -50,6 +50,14 @@ footer {
height: var(--footer-height); height: var(--footer-height);
} }
.color-teal {
color: rgba(var(--teal), .86);
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.color-tan {
color: rgba(var(--tan), .86);
}
.container { .container {
max-width: 1200px; max-width: 1200px;
margin-left: auto; margin-left: auto;

View File

@ -35,7 +35,10 @@
</header> </header>
<main> <main>
<div class="container flex-adaptive"> <div class="container flex-adaptive">
<div class="flex-1">Text</div> <div class="flex-1">
<h1>Welcome to <span class="color-teal">Cyper's Blog</span>!</h1>
<p>Where you can experience stories <span class="">side-by-side</span> with <span class="">Cyper</span></p>
</div>
<div class="flex-1 home-grid-container"> <div class="flex-1 home-grid-container">
<div class="home-grid"> <div class="home-grid">
<div class="fill-background fill-teal border-round-1 border-round-tl border-round-bl"></div> <div class="fill-background fill-teal border-round-1 border-round-tl border-round-bl"></div>