Template:CSS/team
From 2014.igem.org
(Difference between revisions)
Line 12: | Line 12: | ||
} | } | ||
.outerrect{ | .outerrect{ | ||
- | position: | + | position:absolute; |
- | top: | + | top:550px; |
- | left: | + | left:100px; |
- | width: | + | width:300px; |
- | height: | + | height:300px; |
- | border:solid | + | border:solid thin black; |
background-color:grey; | background-color:grey; | ||
} | } | ||
Line 25: | Line 25: | ||
top:0px; | top:0px; | ||
left:0px; | left:0px; | ||
- | width: | + | width:300px; |
- | height: | + | height:150px; |
- | border:solid | + | border:solid thin black; |
background-color:orange; | background-color:orange; | ||
} | } | ||
Line 33: | Line 33: | ||
.textblock{ | .textblock{ | ||
position:absolute; | position:absolute; | ||
- | top: | + | top:150px; |
left:0px; | left:0px; | ||
- | width: | + | width:300px; |
- | height: | + | height:150px; |
- | border:solid | + | border:solid thin black; |
background-color:green; | background-color:green; | ||
} | } | ||
Line 43: | Line 43: | ||
.profilepic{ | .profilepic{ | ||
position:absolute; | position:absolute; | ||
- | top: | + | top:100px; |
left:50px; | left:50px; | ||
width:100px; | width:100px; |
Revision as of 19:16, 25 September 2014