Line 108: | Line 108: | ||
/* Panels */ | /* Panels */ | ||
.panel { | .panel { | ||
− | + | margin: 0 auto; | |
− | + | ||
− | margin:0 | + | |
− | + | ||
color: rgb(30,39,43); | color: rgb(30,39,43); | ||
font-family: 'Open Sans', sans-serif; | font-family: 'Open Sans', sans-serif; | ||
} | } | ||
.panel a { | .panel a { | ||
+ | display: inline-block; | ||
color: rgb(46,43,52); | color: rgb(46,43,52); | ||
text-decoration:none; | text-decoration:none; | ||
Line 130: | Line 128: | ||
z-index:1; | z-index:1; | ||
position:relative; | position:relative; | ||
− | bottom: | + | bottom: 200px; |
background:transparent; | background:transparent; | ||
} | } | ||
+ | .subpanel2 { /* Projects */ | ||
+ | float: left; | ||
+ | width:200px; | ||
+ | height:250px; | ||
+ | font-size:20px; | ||
+ | text-align:center; | ||
+ | margin-top:5px; | ||
+ | margin-bottom:5px; | ||
+ | margin-right:5px; | ||
+ | margin-left:5px; | ||
+ | border-radius:7px; | ||
+ | overflow:hidden; | ||
+ | } | ||
+ | .subpanel2:hover{ | ||
+ | font-weight:bold; | ||
+ | } | ||
+ | .subpanel2:hover .narrowimg { | ||
+ | opacity:0.8; | ||
+ | filter: alpha(opacity=80); | ||
+ | } | ||
/* pages */ | /* pages */ | ||
.subpanel4 { /* divide page in 3 */ | .subpanel4 { /* divide page in 3 */ | ||
float:left; | float:left; | ||
+ | width:364px; | ||
+ | height:492px; | ||
font-size:22px; | font-size:22px; | ||
margin-top:0; | margin-top:0; | ||
Line 144: | Line 164: | ||
height:240.5px; | height:240.5px; | ||
margin:0; | margin:0; | ||
+ | margin-bottom:11px; | ||
border-radius:7px; | border-radius:7px; | ||
overflow:hidden; | overflow:hidden; |
Revision as of 12:18, 18 October 2016