fix
Leonardo Montenegro
I recommend this online #CSS3 code generator by @enjoycss
Proceed(9)
Thanks for your like.
You've done it, haven't you?
{"sid":"15w7","rid":1,"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="error-css">Ojoj nu gick något fel. Vi får försöka igen!</div>
Copy to clipboard
CSS
LESS
SCSS
.error-css {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin: 2px;
  padding: 144px;
  border: none;
  font: normal 20px/1 Verdana, Geneva, sans-serif;
  color: rgba(109,109,109,1);
  text-align: center;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: url("https://enjoycss.com/bg-img/custom/54486-19d1l2e.png");
  background-repeat: no-repeat;
  background-position: 50% 124%;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: 250px 200px;
  background-size: 250px 200px;
}