TRANSFORM! (Maybe)

Where the boundaries of possibility are pushed to their limits.

Or not.

Transformers Unite!

/* transform.css */ @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i,800,800i,900,900i'); @font-face { font-family: "Transformers Font"; src: url("https://fonts.googleapis.com/css?family=Transformers Font"); } body { background: url("https://example.com/transformer-background.jpg") no-repeat; background-size: 100% 100%; -webkit-transform: scale(2); -moz-transform: scale(2); -ms-transform: scale(2); -o-transform: scale(2); transform: scale(2); } h1 { font-family: "Transformers Font", sans-serif; font-size: 72px; font-weight: bold; color: #000; text-shadow: 0 0 10px #000000; border-bottom: 4px solid #000000; } h2 { font-family: "Transformers Font", sans-serif; font-size: 36px; font-weight: bold; color: #fff; text-shadow: 0 0 10px #000000; border-bottom: 4px solid #000000; } h3 { font-family: "Transformers Font", sans-serif; font-size: 24px; font-weight: bold; color: #000; text-shadow: 0 0 10px #000000; border-bottom: 4px solid #000000; }