Shadows and Padding!
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user