Shadows and Padding!

This commit is contained in:
Arona Jones
2014-12-03 16:35:48 +00:00
parent cafe56d6c2
commit 2375e18b72
2 changed files with 23 additions and 8 deletions

View File

@@ -26,4 +26,13 @@
#background {
background-image: url("/images/art/back.jpeg");
background-attachment: fixed
}
.shadow {
box-shadow: 10px 10px 10px #1C1C1C;
}
.rounded {
border-radius: 3px;
}
.padded {
padding: 20px;
}