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":"UAO","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"></div>
Copy to clipboard
CSS
LESS
SCSS
.enjoy-css {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 915px;
  height: 611px;
  margin: 14% auto auto;
  overflow: hidden;
  border: 2px solid #334a66;
  font: normal 16px/1 "Times New Roman", Times, serif;
  color: black;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: url("https://enjoycss.com/bg-img/custom/36728-yx83qn.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-box-shadow: 0 0 24px 0 rgba(176,214,255,0.2) ;
  box-shadow: 0 0 24px 0 rgba(176,214,255,0.2) ;
  -webkit-transition: all 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.enjoy-css:hover {
  width: 943px;
  height: 629px;
  border: 2px solid #95a3b9;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-box-shadow: 0 0 24px 0 rgba(176,214,255,0.49) ;
  box-shadow: 0 0 24px 0 rgba(176,214,255,0.49) ;
  -webkit-transition: all 300ms cubic-bezier(0.575, 0.005, 0.68, 0.995) 10ms;
  -moz-transition: all 300ms cubic-bezier(0.575, 0.005, 0.68, 0.995) 10ms;
  -o-transition: all 300ms cubic-bezier(0.575, 0.005, 0.68, 0.995) 10ms;
  transition: all 300ms cubic-bezier(0.575, 0.005, 0.68, 0.995) 10ms;
}