교과서 활동제목

Included page "ryrhktj" does not exist (create it now)

자료
해석

해 보기

열의 일당량 구하기

💡

🔑

.activity {
    display: flex;
    flex-direction: row;
    position: relative;
    margin-top: 30px;
    border-top: 2px solid #8f88cc;
    border-right: 2px solid #8f88cc;
    border-top-right-radius: 30px;
    font-size: 140%;
}
 
.activity div {
    display: flex;
}
 
.activity div p {
    margin-block-start: 0;
    margin-block-end: 0;
}
 
.activity .category {
    align-items: center;
    padding: 0 1em;
    background: #8f88cc;
    color: white;
    font-weight: bold;
}
 
.activity .category div {
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    background: white;
    border-radius: 50%;
    color: #8f88cc;
    font-size: 59%;
    text-align: center;
}
 
.activity .category div p {
    line-height: 1;
}
 
.activity .title {
    flex-grow: 1;
    align-items: center;
    font-weight: bold;
}
 
.activity .title p {
    width: calc(100% - 150px);
    padding-left: .5em;
}
 
.activity .skills {
    position: absolute;
    top: -1em;
    right: 1em;
}
 
.activity .skills > div {
    justify-content: center;
    align-items: center;
    position: relative;
    width: 2em;
    height: 2em;
    margin-right: .5em;
    background: white;
    border: 2px solid #8f88cc;
    border-radius: 50%;
}
 
.activity .skills > div::after {
    position: absolute;
    top: 3em;
    color: #8f88cc;
    font-size: .75em;
    font-weight: bold;
}
.activity .skills > div:nth-child(1)::after {
    content: "사고력";
}
 
.activity .skills > div:nth-child(2)::after {
    content: "문제 해결력";
}
Site-2021K | Contact | License | Made with ❤️ in Seoul