Team:NYMU-Taipei/normalize.css
From 2014.igem.org
(Difference between revisions)
Line 41: | Line 41: | ||
ul{ | ul{ | ||
margin: 4.8px 0 0 24px; | margin: 4.8px 0 0 24px; | ||
+ | line-height: 24px; | ||
+ | } | ||
+ | li{ | ||
+ | margin-bottom: 1.6px; | ||
} | } |
Revision as of 16:00, 11 August 2014
- main-content{
background:rgba(255,255,255,0.85); width:1050px; padding-left:25px; padding-right:25px; margin-left:-60px; border: 2px solid rgba(88, 84, 114, 1); border-radius: 10px; position: relative; z-index: 2;
} a{
color:#464640;
} a:visited{
color:#464640;
} h1{
font-family: 'Russo One', sans-serif; font-size: 34px; line-height:19px; display: block; margin:0 auto; width: 950px;
} h{
font-size: 44px; font-family: 'Russo One', sans-serif; display: block; line-height: 80px; color: rgb(155, 0, 204); margin-top: 20px; margin:0 auto; width: 980px;
} p{
font-size:17px; margin:0 auto; width: 920px;
} ul{
margin: 4.8px 0 0 24px; line-height: 24px;
} li{
margin-bottom: 1.6px;
}