fix
Amira Dhalla
Cool tool alert: a CSS code generator http://enjoycss.com/start/ #teachtheweb
Proceed(8)
Thanks for your like.
You've done it, haven't you?
{"sid":"Swz","rid":0,"page":"code","page_params":[],"username":""}
Skip
Next

We'll add only required prefixes
for browsers you gonna choose,
based on data from caniuse.com
4+
4+
9+
10.5+
4+
5.0+
2.1+
7+
Hide default rules
Copy to clipboard
HTML
<div class="enjoy-css">Enjoy</div>
Copy to clipboard
CSS
LESS
SCSS
.enjoy-css {
  display: inline;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  float: left;
  position: fixed;
  opacity: 0.49;
  top: 0;
  bottom: 2%;
  margin: 18% 102% 9% 5%;
  padding: 31% 37px 0 0;
  border: none;
  font: italic normal normal 29px/1 Verdana, Geneva, sans-serif;
  color: black;
  -o-text-overflow: clip;
  text-overflow: clip;
  letter-spacing: 2px;
  word-spacing: -1px;
}