Team:USTC-Software/css/achievements style
From 2012.igem.org
(Difference between revisions)
Line 19: | Line 19: | ||
margin-top:10px; | margin-top:10px; | ||
margin-bottom:10px; | margin-bottom:10px; | ||
+ | } | ||
+ | |||
+ | div.require_fulfill{ | ||
+ | margin-top:10px; | ||
+ | margin-bottom:10px; | ||
+ | } | ||
+ | |||
+ | div.requirement img{ | ||
+ | float:left; | ||
+ | } | ||
+ | |||
+ | div.requirement p{ | ||
+ | float:left; | ||
+ | font-size:20px; | ||
+ | font-family: 'Montserrat Alternates', sans-serif; | ||
+ | font-weight:400; | ||
} | } |
Revision as of 13:28, 24 October 2012
- medal_wrapper{
width:980px; background:url('https://static.igem.org/mediawiki/2012/d/de/USTC-Software-images-half-black.png'); margin:50px auto; padding:30px 50px; color:white; position:relative;
}
.medal_detail{
width:80%; margin:50px auto;
}
p.medal_title{
font-size:30px; font-family: 'Marcellus SC', serif; margin-top:10px; margin-bottom:10px;
}
div.require_fulfill{
margin-top:10px; margin-bottom:10px;
}
div.requirement img{
float:left;
}
div.requirement p{
float:left; font-size:20px; font-family: 'Montserrat Alternates', sans-serif; font-weight:400;
}