adding in marquee for "waitlist"
This commit is contained in:
+4
-1
@@ -19,7 +19,6 @@ export default function Home() {
|
|||||||
<link href="https://fonts.googleapis.com/css2?family=Satisfy&display=swap" rel="stylesheet" />
|
<link href="https://fonts.googleapis.com/css2?family=Satisfy&display=swap" rel="stylesheet" />
|
||||||
|
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Baloo+Bhaijaan+2&display=swap" rel="stylesheet" />
|
<link href="https://fonts.googleapis.com/css2?family=Baloo+Bhaijaan+2&display=swap" rel="stylesheet" />
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Baloo+Bhaijaan+2&display=swap" rel="stylesheet" />
|
|
||||||
|
|
||||||
</Head>
|
</Head>
|
||||||
|
|
||||||
@@ -44,6 +43,10 @@ export default function Home() {
|
|||||||
|
|
||||||
<p>want an invite? text us @ <font color="grey">949.237.2715</font></p>
|
<p>want an invite? text us @ <font color="grey">949.237.2715</font></p>
|
||||||
|
|
||||||
|
<marquee direction="left" width="100%" height="100%" behavior="scroll" scrollamount="12" offset="0%">
|
||||||
|
<p id="marquee-text">waitlist currently sitting at 2,324 people...</p>
|
||||||
|
</marquee>
|
||||||
|
|
||||||
<p id="side-note">
|
<p id="side-note">
|
||||||
p.s. we don't sell your data or hire phd's to drug you...
|
p.s. we don't sell your data or hire phd's to drug you...
|
||||||
<br />
|
<br />
|
||||||
|
|||||||
+14
-4
@@ -35,6 +35,12 @@ p {
|
|||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#marquee-text {
|
||||||
|
font-style: italic;
|
||||||
|
font-size: 1.5em;
|
||||||
|
font-family: 'Baloo Bhaijaan 2', cursive;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Mobile :320px. */
|
/* Mobile :320px. */
|
||||||
@media (max-width: 767px) {
|
@media (max-width: 767px) {
|
||||||
@@ -42,17 +48,21 @@ p {
|
|||||||
padding: 0em;
|
padding: 0em;
|
||||||
}
|
}
|
||||||
#main-title {
|
#main-title {
|
||||||
font-family: 'Satisfy', cursive;
|
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
color: teal;
|
color: teal;
|
||||||
}
|
}
|
||||||
#side-note {
|
#side-note {
|
||||||
font-family: 'Baloo Bhaijaan 2', cursive;
|
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
font-family: 'Baloo Bhaijaan 2', cursive;
|
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
#marquee-text {
|
||||||
|
font-size: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user