wanjingy.github.io / hw3 / style.css
style.css
Raw
h1, h2, ul, a{margin: 0; margin-block: 0; padding: 0; text-decoration: none; color: black;}
body{padding: 30px 0px; margin: 0; font-family: Georgia, 'Times New Roman', Times, serif;}
.banner{
    margin: auto;
    width: 530px;
    height: 100px;
    border: solid 1px;
    text-align: center;
}
.banner h1{
    font-size: 45px;
    font-weight: normal;
    margin-top: 10px;
}
.navigator{
    margin: 5px auto 0 auto;
    overflow: auto;
    width: fit-content;
}
.banner ul{
    float: left;
    margin-right: 20px;
    width: fit-content;
    font-style: italic;
    font-size: 10px;
    color: gray;
}
.banner ul a{
    color: gray;
}
.content{
    margin: 40px auto 0 auto;
    width: fit-content;
}
.content h2{
    font-weight: normal;
    font-size: 22px;
    margin-left: 3px;
    margin-bottom: 3px;
}
.pictures{
    overflow: auto;
    width: 612px;
}
.pictures ul{
    width: 300px;
    height: 300px;
    float: left;
    margin: 3px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.info{
    margin: 25px auto 0 auto;
    width: fit-content;
}
.info p{
    margin: auto;
    width: fit-content;
    font-size: 8px;
    font-style: italic;
}
.info ul{
    width: 15px;
    height: 15px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 8px;
    float: left;
}
.socialmedias{
    overflow: auto;
    margin: 20px auto 0 auto;
    width: fit-content;
}