CSS Baseline Grid Overlay - Online Typography Rhythm
Generate a CSS background that shows a baseline grid. Adjust line‑height and offset. Perfect for aligning text.
UD5 Toolkit
Test and visualize <mark> elements in speech synthesis.
Listen to how markers trigger events and highlight corresponding words in real time.
<mark> element in Speech Synthesis Markup Language (SSML) inserts a named marker into the text. When the speech engine reaches that point, it fires a mark event, enabling developers to synchronize visual highlights, animations, or other actions with the audio.<mark name="yourName"/> elements. Click Play to start speech synthesis. The first word after each mark will be highlighted in red when the mark event fires, while the currently spoken word stays yellow. Check the Event Log for real-time mark and boundary events.<mark name="..."> as you need. Each one will fire its own event and highlight the corresponding word (the next word after the mark). Make sure each name is unique if you want distinct visual feedback.boundary event fires automatically at word (or sentence) boundaries during speech, giving you the current character index. The mark event only fires when the engine hits an explicitly placed <mark> element. Both are demonstrated here—yellow for boundaries, red for marks.Generate a CSS background that shows a baseline grid. Adjust line‑height and offset. Perfect for aligning text.
Pick a color for each day's mood and see a month‑at‑a‑glance heatmap. Data stored locally. A private emotional log.
See how align‑items: baseline works in grid to align different font sizes on the same baseline. Visual guide.
Create colorful digital sticky notes on a corkboard. Drag, edit, and delete. Notes persist in local storage. No login.
Every second, the background color changes to the hex code corresponding to the current time (HHMMSS). A beautiful, ever‑changing clock.
Create a basic Playwright script with browser launch, page navigation, and screenshot. Start E2E testing instantly.
Start/stop timer per project to log hours. See daily and weekly totals. Data stays in localStorage. Export summary as CSV. No account needed.
Lay down a beat on a grid sequencer for kick, snare, and hi-hat. Play, loop, and adjust tempo. All sound via Web Audio API.
Answer questions and see typical milestones for 0-5 years. Educational reference for parents. Not a diagnostic tool.
Practice aligning grid items and tracks with the place‑items, align‑content, and justify‑content properties. Visual guide.
Paste an URL or HTML and see the h1‑h6 hierarchy as a tree. Detect skipped levels and improve accessibility. Client‑side.
Enjoy classic Tetris in your browser. Rotate, move, and drop tetrominoes. Clear lines and score. Fully local JavaScript.
Enter a URL and see a nested list of all headings (h1‑h6). Check your document structure for SEO and accessibility. Pure fetch.
Scroll a container and see how sticky elements behave. Adjust top, bottom, and scroll margins. Copy the code.
Create a breadcrumb schema for your website. Fill in the pages and get the ready‑to‑paste JSON‑LD snippet for rich results.
Record daily systolic/diastolic readings and pulse. See a trend chart. All data saved locally in your browser.
Live cryptocurrency prices from public APIs. Clean ticker with percentage changes. Pure frontend, no account needed.
Keep track of stitches and rows for your knitting projects. Multiple counters with increase/decrease shortcuts. Data saved in your browser.
Log the hours you slept each night and rate the quality. See a weekly bar chart. Local storage.
Place multiple grid items into the same cells to create overlapping layouts. Learn the technique visually. Copy code.
Practice CSS selectors by targeting plates on a virtual restaurant table. 30+ levels. Perfect for beginners.
Paste a hex code and get the closest official CSS color name and a list of similar Pantone-like shades. Design reference.
Add or subtract days, weeks, and months to find a future or past date. Also compute duration between two dates. Essential for project planning.
Searchable table of well‑known TCP and UDP ports with their services. Check 80, 443, 3306, and many more.
Enter a domain and see public WHOIS info via a free API with rate limiting. Quick domain check.
Structure your episode with timed segments. Includes call to action notes. Export as text.
Simulate different cache strategies (Cache First, Network First, Stale‑While‑Revalidate) and see responses. Learn offline patterns.
Convert numbers between binary, octal, decimal, and hexadecimal bases. See real-time conversion as you type. Clean and simple programmer utility.
Paste CSV and get a beautiful HTML table with sortable headers (optional). Copy the full HTML/CSS snippet. Local.
Calculate exact elapsed time between two dates in years, months, weeks, and days. Countdown or time already passed. Simple, visual, and local.