Hướng dẫn tạo mũ Noel cho Logo Flatsome

Bạn chỉ cần thêm đoạn css dưới đây (thay đổi theo sở thích nhé)
Lưu ý nhớ save ảnh gốc về web cá nhân.

#logo {
    position: relative;
}
#logo::after {
    position: absolute;
    top: -2px;
    right: 12px;
    content: "";
    background-image: url(https://support.advancedcustomfields.com/wp-content/themes/acf-support/assets/images/acf-christmas-hat.png);
    background-size: 30px 20px;
    width: 30px;
    height: 20px;
}

Demo: https://uxflat.com
Nguồn tham khảo từ Logo ACF

Chúc website của bạn xinh hơn với thủ thuật này :laughing:

1 Lượt thích