Nice clean Div Box

.box { background: linear-gradient(top, rgba(255, 255, 255, 1) 0%,rgba(244, 244, 244, 1) 100%); background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%); background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%,rgba(244, 244, 244, 1) 100%); background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%,rgba(244, 244, 244, 1) 100%); background: url(data:image/svg+xml; background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, 1)), color-stop(100%,rgba(244, 244, 244, 1))); background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%,rgba(244, 244, 244, 1) 100%); background: white; border: 1px dashed #ddd; padding: 10px; box-shadow: inset 0px 0px 3px 1px #ddd; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); margin: 2px; moz-border-radius: 3px; border-radius: 3px; webkit-border-radius: 3px; }

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.