.container
  h1.threed 3rd dimension
View Compiled
@import bourbon

@import url("https://fonts.googleapis.com/css?family=Dancing+Script:700")

html
  -webkit-font-smoothing: antialiased

.container
  width: 900px
  position: fixed
  top: 50%
  left: 50%
  transform: translate(-50%,-50%)

  h1
    font-size: 100px

.threed
  font-family: 'Dancing Script'
  text-align: center
  font:
    weight: 700
  color: white
  -webkit-text-stroke: 1px rgba(black, .2)
  text-shadow: -10px 0 rgba(cyan, .4) , 10px 0 rgba(magenta, .4)
View Compiled

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.