UNPKG

@drop-in/new

Version:

A SvelteKit Svelte 5 PocketBase Starter Kit with a CLI

49 lines (43 loc) 1.81 kB
<!-- Import this file to debug your font size --> <!doctype html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Graffiti Debug</title> <link rel="stylesheet" href="drop-in.css" /> </head> <body> <h1 class="fs-xxxl">Extra Large</h1> <h1>Large Heading</h1> <h2>Med Heading</h2> <h3>Small Heading</h3> <h4>Xtra Small Heading</h4> <h5>Base Heading</h5> <h6>Small Text Heading</h6> <p> Learning to drop in on a skateboard is an exciting and challenging milestone for any skateboarder. Before attempting to drop in, ensure that you have a solid foundation of basic skateboarding skills, such as balancing, pushing, and stopping. It's also crucial to wear proper protective gear, including a helmet, wrist guards, elbow pads, and knee pads. </p> <p class="readable"> .readable - Readable Text - To begin, find a suitable ramp or quarter pipe that matches your skill level. Start by standing on the deck of the ramp, with your skateboard positioned perpendicular to the coping (the metal edge at the top of the ramp). Place your front foot on the bolts of your skateboard, near the front truck, and your back foot on the tail of the board. </p> <div class="fluid-text-container" style="overflow: auto; resize: horizontal; height: auto; border: solid" > <p> Learning to drop in on a skateboard is an exciting and challenging milestone for any skateboarder. Before attempting to drop in, ensure that you have a solid foundation of basic skateboarding skills, such as balancing, pushing, and stopping. It's also crucial to wear proper protective gear, including a helmet, wrist guards, elbow pads, and knee pads. </p> </div> </body> </html>