CSS Playground

Experiment with CSS properties using visual sliders

Adjust Properties

Dimensions

300px
200px

Spacing

20px
10px
10px

Box Shadow

0px
4px
10px
0px

Colors

Live Preview

Preview Box

Generated CSS

.preview-box {
  width: 300px;
  height: 200px;
  padding: 20px;
  margin: 10px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px 0px #000000;
  background-color: #667eea;
  color: #ffffff;
}