Browse Source

Add files via upload

Daniele Bonini (皮夕): WebDev and DevOps by lots of Sim.pli.city bits 3 years ago
parent
commit
771c33c316
1 changed files with 9 additions and 5 deletions
  1. 9 5
      Public/css/style.css

+ 9 - 5
Public/css/style.css

@@ -140,20 +140,24 @@ body {
 .link-div {
   float:left; 
   width:250px; 
-  padding: 10px; 
+  height:240px;
+  padding: 15px; 
   margin:5px;
-  border: 1px solid white;
+  border: 4px solid white;
 }
 .link-div:hover {
-  background-color: burlywood;
-  border: 1px solid orange;
+  /*background-color: burlywood;
+  border: 1px solid orange;*/
+  border: 4px dashed #919bc2;
 }
 .link-img {
-  width:232px; 
+  width:219px; 
   height:124px; 
   border:1px solid darkgray;
 }
 .link-link {
+  position:relative;
+  top:-12px;
   font-style:italic; 
   color:green; 
   font-size:10px;