diff --git a/public/images/banner1.jpg b/public/images/banner1.jpg index 6cb9855162f76ca844c04bb4df088177fd523092..07cbfe519de6b34ea06c641e207f9e96f0b60522 100644 Binary files a/public/images/banner1.jpg and b/public/images/banner1.jpg differ diff --git a/public/images/banner2.jpg b/public/images/banner2.jpg index 2e23ea6563ca488ab1bd2f440f65641ee2a6f06a..83aa88ab514c1d6d6747b5ef821f3578200a83f2 100644 Binary files a/public/images/banner2.jpg and b/public/images/banner2.jpg differ diff --git a/public/images/banner3.jpg b/public/images/banner3.jpg index 0e21330aea500d06d3c6cbaadee7ecf36909f818..f975e776a8cd34b913d1aeaf58f553b6d211c53e 100644 Binary files a/public/images/banner3.jpg and b/public/images/banner3.jpg differ diff --git a/views/index.html b/views/index.html index a79ab76f1a8d4fe14c829df3f209e80c8d326440..5bd6a54f3e212839286902d99e25f26add6a3b59 100644 --- a/views/index.html +++ b/views/index.html @@ -10,7 +10,7 @@ .banner img{width: 100%;} .content{overflow: hidden;background: #f8f8f8;margin-top: 10px;} - .cont:hover{background: #eee;} + .cont:hover{background: #eee;box-shadow: #666 0px 0px 10px;} .cont{position: relative;} .cont div{width:200px;height: 200px;text-align: center;position: absolute;top: 50%;left: 50%;margin-top: -100px;margin-left: -100px;border: 2px solid #43257F;border-radius: 50%;font-size: 20px;font-weight: bold;} .left{height: 500px;width: 35%;float: left;} @@ -79,22 +79,22 @@ align-items: center; } -