Newer
Older
2023-Ryuei / assignment13 / style.css
@Ryuei Ryuei on 21 Jul 520 bytes add file
body{
    background-color: #ececec;
    color: #fff;
    margin-left: 15%;
    margin-right: 15%;
    font-size: 62.5%;
}

h1.reset,p.reset{
    margin: 0;
    padding:0;
}

div.wrapper{
    background: url(../myHobby/img/13_bg.jpg) no-repeat bottom;
    background-size: cover;
    padding: 200px 50px 5px;
}

div.heading{
    font-family: serif;
}

h1{
    font-size: 3rem;
}



div > p:nth-child(2){
    font-size: 1.5rem;
}

li{
    display: list-item;
    list-style: square;
}
li::marker{
    font-size: 0.9rem;
}