Code tạo khung ghi chú

Ghi chú: Giúp bạn nhấn mạnh các điểm chính và làm cho chúng rõ ràng trong tâm trí của bạn.

⚠ Lưu ý:
• Copy  code  rồi paste vào blog

<style>
    .codepro-note {
        position: relative!important;
        padding: 20px 20px 20px 50px!important;
        background: #a6ebf5!important;
        color: #5264c3!important;
        font-size: .85rem!important;
        font-family: var(--fontB)!important;
        line-height: 1.6em!important;
        border-radius: 10px!important;
        overflow: hidden!important;
    }
    .codepro-note:before {
        content: ''!important;
        width: 60px!important;
        height: 60px!important;
        background: #01579b!important;
        display: block!important;
        border-radius: 50%!important;
        position: absolute!important;
        top: -8px!important;
        left: -12px!important;
        opacity: .05!important;
    }
    .codepro-note:after {
        content: '\002A'!important;
        position: absolute!important;
        left: 18px!important;
        top: 20px!important;
        font-size: 22px!important;
        min-width: 15px!important;
        text-align: center!important;
    }
</style>
<p class="codepro-note"><b>Ghi chú: </b>Chèn vô đây !!</p>

Đăng nhận xét

Mới hơn Cũ hơn