X-Git-Url: http://git.piffa.net/web?a=blobdiff_plain;f=css%2Faerei.css;h=31f421d386c170d6476c72eafb5d6040c00bf763;hb=37fbaff4cec9618bbd5c815b476a485c254b8f77;hp=c3113b345c20a457d238a38b582855cdfd846b88;hpb=2f3547792eff3d5b6d79dbf86eef62bb06d080fe;p=aerei_site diff --git a/css/aerei.css b/css/aerei.css index c3113b3..31f421d 100644 --- a/css/aerei.css +++ b/css/aerei.css @@ -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; +} +