Newer
Older
git_practice_2019 / style.css
@sasaki sasaki on 6 Jun 2019 751 bytes add in style.css
body{
    width:960px;
    margin:15px auto;
    font-family: Arial, "MS Trebuchet" , sans-serif;
}
p {
    margin:0 0 20px 0;
}
p, li{
    line-height:20px;
}
header#page_header{
    width:100%
}
header#page_header nav ul, footer#page_footer nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
header#page_header nav ul li, footer#page_footer nav ul li{
    padding:0;
    margin: 0 20px 0 0;
    display:inline;
}
section#posts{
    float: left;
    width: 74%;
}
section#posts aside{
    float: right;
    width: 35%;
    margin-left: 5%;
    font-size: 20px;
    line-height: 40px;
}
section#sidebar{
    float: left;
    width: 25%;
}
footer#page_footer{
    clear: both;
    width: 100%;
    display: block;
    text-align: center;
}