summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--css/style.css35
1 files changed, 1 insertions, 34 deletions
diff --git a/css/style.css b/css/style.css
index f489e68..4cf820f 100644
--- a/css/style.css
+++ b/css/style.css
@@ -18,37 +18,4 @@ a:active.home{color:#fff;text-decoration:none;background-color:#grey}
.floatdiv2{float:left;color:#fff;border-right:1px solid #999;border-bottom:1px solid #999;padding:3px 6px 3px 6px;border-radius:3px;background-color:black}
.floatdiv2:hover{color:#222;background-color:#808080;text-decoration:none;box-shadow:1px 1px 2px rgba(0, 0, 0, 0.75)}
-
-h1 {
- color: white;
- text-align: center;
-}
-
-p {
- color: white;
- font-family: verdana;
- font-size: 20px;
-}
-
-div.gallery {
- margin: 5px;
- border: 1px solid #ccc;
- float: left;
- width: 180px;
-}
-
-div.gallery:hover {
- border: 1px solid #777;
-}
-
-div.gallery img {
- width: 100%;
- height: auto;
-}
-
-div.desc {
- padding: 15px;
- text-align: center;
-}
-
-</style>
+</style> \ No newline at end of file