Newer
Older
2022-K.Ryuei / kadai2.css
*{
    margin: 0;
    padding: 0;
}

html{
    font-size: 62.5%;
}

body{
    color: #ffffff;
}

header{
    background-image: url(bg-trip.png);
    background-size: cover;
    background-position:center;
    background-repeat:no-repeat;
    justify-content:center;
    align-items:center;
    width: 100%;
    min-width: 980px;
}

header p.trip{
    writing-mode: vertical-lr;
    font-size: 2rem;
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding: 100px 80px 300px ;
}



main{
    background-color: maroon;
    height: 35rem;
}


p.gold{
    color: #d4b400;
    font-size: 3rem;
}