.wrap {
max-width: 960px;
margin-left: auto;
margin-right: auto;
background-image: -webkit-gradient(linear, left top, right top, from(#39e), color-stop(80%, #7abcf4), color-stop(80%, transparent));
background-image: -webkit-linear-gradient(left, #39e, #7abcf4 80%, transparent 80%);
background-image: linear-gradient(to right, #39e, #7abcf4 80%, transparent 80%);
background-size: 8.47458%;
background-origin: content-box;
background-clip: content-box;
background-position: left top;
temp
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.