Newer
Older
C1232021 / lol.css
@渡部空 渡部空 24 days ago 696 bytes Update lol.css
body{background-color: #1a2b4c;}
     
   h1{
color: orange;
text-align: center;
font-size: 70px;
}


.pic img {
    width: 500px;  
    height: 300px; 
    object-fit: cover;
    max-width: 100%;
}
p.at{font-size: 30px;}
p.ct{font-size: 40px;}

.bt{
color: white;
font-size: 70px;
}

h2{
color: white;
font-size: 30px;
}

.tt {
    color: orange; 
    text-align: left;
}
.relative-box {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}
.wow{
font-size:30px;
background-color: navy;
border: 5px solid white;
border-radius: 1000px 1000px 1000px 1000px;
padding: 1em;
text-align: center;
position: absolute;
top: 0px;
right: 20px;
}

.pic{
text-align: center;
}
p{color: white}