]> git.piffa.net Git - aerei_site/blobdiff - css/aerei.css
3 columns
[aerei_site] / css / aerei.css
index c3113b345c20a457d238a38b582855cdfd846b88..31f421d386c170d6476c72eafb5d6040c00bf763 100644 (file)
@@ -26,3 +26,25 @@ ul.topnav li a:hover {background-color: #555;}
 
 /* Hide the list item that contains the link that should open and close the topnav on small screens */
 ul.topnav li.icon {display: none;}
+
+.col33 {width: 33.33%;}
+
+.col {
+    float: left;
+    padding: 15px;
+    width: 33.33%;
+    height: 200px;
+    border-left: 1px solid lightgray;
+    border-right: 1px solid lightgray;
+} 
+
+.col a  {
+    text-decoration: none;
+color: gray;
+display: inline-block;
+}
+
+.col a:hover  {
+background-color: #eeeeee;
+}
+