Skip to content

Instantly share code, notes, and snippets.

@xelipe
xelipe / box-shadow.html
Created July 15, 2012 03:49
Example of using box-shadow CSS property
<html>
<head>
<style type="text/css">
.box {
width: 100px;
height: 100px;
background: red;
float:left;
margin: 50px;
@xelipe
xelipe / border-radius.html
Created July 5, 2012 01:53
Example of using border-radius CSS attribute.
<html>
<head>
<style type="text/css">
.box {
width: 100px;
height: 100px;
float:left;
}