Facebook Github Google

Mango   05-05-2021 Saat 19:55
#1
HTML kodları:

PHP Kod:
<div class="turkey-flag">
    <div class="moon"><div>
    <div class="star"><div>
<
div


CSS kodları:

PHP Kod:
* {
    padding0;
    margin0;
    list-stylenone;
    border0;
    outline0;
    box-sizingborder-box;
}

.
turkey-flag {
    width1200px;
    height800px;
    background-color#e30a17;
    displayflex;
    align-itemscenter;
    justify-contentcenter;
    .moon {
        width400px;
        height400px;
        background#fff;
        border-radius50%;
        positionrelative;
        margin-left: -195px;
        &::before {
            content'';
            width320px;
            height320px;
            background#e30a17;
            positionabsolute;
            top50%;
            right: -10px;
            border-radius50%;
            transformtranslateY(-50%);
        }
    }
    .star {
        width200px;
        height200px;
        clip-pathpolygon(500%, 6135%, 9835%, 6857%, 7991%, 5070%, 2191%, 3257%, 235%, 3935%);
        background#fff;
        transformrotate(-18deg);
        margin-left: -45px;
    }



Kaynak: https://codepen.io/tayfunerbilen/pen/LYbYwRL
uzman   28-10-2021 Saat 19:46
#2
Teşekkürler çok güzel olmuş.
Gece   16-03-2023 Saat 23:41
#3
Elinize sağlık hem zevkli hem çok yararlı bir paylaşım.
İnsan Doğrulama:
Lütfen aşağıda gördüğünüz onay kutusunu işaretleyin. Bu işlem, otomatik spam botlarını önlemek için kullanılır.
İfadeleri İptal Et?
  

Konuyu Okuyanlar: 1 Ziyaretçi