-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
98237e2
commit 762bc6d
Showing
3 changed files
with
84 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,19 @@ | ||
<div class="asd"> | ||
<section class="panel orange bg-orange-300"> | ||
<p>This element will spin.</p> | ||
<section class="panel text-test orange2 overflow-hidden"> | ||
<div class="w-full mx-auto max-w-7xl py-20"> | ||
<div | ||
class="flex flex-col text-2xl md:text-4xl lg:text-6xl font-black text-white text-center lg:text-left" | ||
> | ||
<span class="md:whitespace-nowrap">A DevParaná Conf é organizada</span> | ||
<span class="text-green-600 md:whitespace-nowrap" | ||
>por pessoas da comunidade</span | ||
> | ||
<span class="md:whitespace-nowrap">para comunidade.</span> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<section class="panel red bg-red-300"> | ||
<!-- <section class="panel red min-h-screen overflow-hidden"> | ||
<p>This background color will change</p> | ||
</section> | ||
</section> --> | ||
</div> | ||
|
||
<style> | ||
.asd { | ||
scroll-snap-type: y mandatory; | ||
} | ||
|
||
.panel { | ||
scroll-snap-align: start; | ||
height: 100vh; | ||
} | ||
|
||
.red { | ||
background-color: #cf3535; | ||
background-image: none; | ||
} | ||
|
||
.panel p { | ||
font-size: 32px; | ||
} | ||
</style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters