INTERACTIVE ELEMENTS
In-text Link
CSS selector:
.in-text-link
Sample code:
<p>Turn your Top-Tier
<a href="https://www.spotify.com/us/" class="in-text-link">Playlists</a>
Into High-Quality Vinyl Records!</p>
Rendered element:
Turn Your Top-Tier
Playlists Into High-Quality Vinyl Records!
Navigation Button
CSS selector:
.nav-button
Sample code:
<a href="#" class="nav-button">Default Button</a>
Rendered element:
Navigation Button
Default Button
CSS selector:
.upload-btn
Sample code:
<a href="#" class="btn upload-btn">Upload Button</a>
Rendered element:
Default Button
Text Input Field with Label
CSS selector:
.form-upload
Sample code:
<form method="post" action="#" class="form-upload">
<label for="the-input-field">Paste your playlist's URL: </label>
<input id="the-input-field" type="text" placeholder="ex: https://open.spotify.com/playlist/mine" required>
<input class="btn upload-btn" type="submit" name="submit" value="Upload Playlist">
</form>
Rendered element:
Image as a Link
CSS selector:
.img-with-link
Sample code:
<a href="https://nymag.com/strategist/article/best-record-players-turntables.html" class="img-with-link">
<img src="img/vinyls-peach.jpg" alt="A small collections of vinyls and cassette tapes with a peach background" height="305" width="482.5">
</a>
Rendered element:
TEXT ELEMENTS
Headings
This heading is in Margin.
This heading is in Poppins Extra-bold.
This heading is in Poppins Semi-bold.
The body is in Poppins Light.
Paragraphs
Chromo turns your top-tier playlists into high-quality vinyl records! Choose from 7, 10, or 12 inch records, upload your playlist, and customize to your liking. Chromo lets you pick everything from the vinyl's name, colour, sleeve design,
and more! Want to know a secret? Chromo lets you make cassette tapes - go impress grandma!
Numbered Lists
- Pick if you want your playlist on a vinyl or cassette.
- Upload the link to your Spotify or Apple Music playlist.
- Chromo suggests the best vinyl or cassette size to fit the length of your playlist.
- Pick the colour for your vinyl or cassette.
- Pick your cover + center sticket design or upload your own!
- Voila! Your mixes sound and look iconic.