diff --git a/src/playground/playground.html b/src/playground/playground.html index dfad37b..32f64a5 100644 --- a/src/playground/playground.html +++ b/src/playground/playground.html @@ -23,6 +23,12 @@ flex-direction: column; align-items: center; + #description { + box-sizing: border-box; + margin: var(--space-base); + padding: var(--space-base); + } + #style-editor { width: 100%; padding: 1rem; @@ -120,7 +126,8 @@
-This is an interactive html and css playground built with minimal JS.
+This is an interactive HTML and CSS playground built with minimal JS. Alter the HTML and CSS below + to preview the changes.