]> git.vanrenterghem.biz Git - www.vanrenterghem.biz.git/blob - styles/pictures.css
Update header - remove Tech section and add Projects.
[www.vanrenterghem.biz.git] / styles / pictures.css
1 div.caption:hover
2 {
3 background: #BBDDFF;
4 }
6 div.thumbnail:hover
7 {
8 }
10 .thumbnail
11 {
12 float: left;
13 width: 30%;
14 padding: 5px;
15 text-align: center;
16 }
18 .thumbnail H1
19 {
20 display: inline;
21 }
24 .caption
25 {
26 margin: 0 auto 0 auto;
27 vertical-align: bottom;
28 height: 8.8em;
29 width: 256px;
30 overflow: hidden;
31 text-align: left;
32 }
34 .caption h2
35 {
36 display: inline;
37 padding: 0;
38 margin: 0;
39 font-size: 1em;
40 font-weight: bold;
41 }
43 .caption p
44 {
45 margin: 0;
46 padding: 0;
47 }
49 .caption h2:hover, p:hover
50 {
51 }