Welcome to your Sandbox

Type code on the left, watch it come alive on the right. Nothing you do here can break the real site — play freely. When you're ready, log in to admin and edit the real home page.

Auto-saves to your browser

What is this?

A web page is just text in three flavors:

How to use this sandbox

Try this first

Pick example #1 (Hello, world) from the dropdown. Read the comments — the bits between <!-- --> in HTML and /* */ in CSS. They explain what each line does. Change a word, change a color, see what happens. You can't break anything.

Tags 101

Most HTML looks like <tag>stuff</tag>. The opening tag, your content, then a closing tag with a slash. Common ones:

CSS 101

Inside a <style> tag, write selector { property: value; }:

Ready for the real thing?

Once you can change a sandbox example and make it look how you want, you're ready to edit the actual home page of dolteddown.com.

Go to Admin →
Your code
Live preview