• 10-06-2016, 12:05:12
    #1
    Sorun çözülmüştür.
    Alıntı
    .cards
    {
    width: 0px;
    height: 0px;

    margin: 0px;
    position: relative;
    }

    .kutuBir
    {
    width: 180px;
    height: 180px;
    position: absolute;
    left: 110px;
    top: 390px;
    z-index: 2;
    }

    .kutuIki {
    width: 180px;
    height: 180px;
    position: absolute;
    left: 110px;
    top: 435px;
    z-index: 2;
    }
    .kutuuc {
    width: 180px;
    height: 180px;
    position: absolute;
    left: 106px;
    top: 486px;
    z-index: 4;
    }
    .kutudort {
    width: 180px;
    height: 180px;
    position: absolute;
    left: 110px;
    top: 528px;
    z-index: 5;
    }
  • 11-06-2016, 10:30:39
    #2
    Güncel
  • 12-06-2016, 21:04:45
    #3
    Kutuların her birine;

    left: 0;
    right: 0;
    margin: auto;

    olarak düzenleme yaparsan istediğin gerçekleşebilir.
  • 13-06-2016, 21:41:44
    #4
    headtitle adlı üyeden alıntı: mesajı görüntüle
    Kutuların her birine;

    left: 0;
    right: 0;
    margin: auto;

    olarak düzenleme yaparsan istediğin gerçekleşebilir.
    Teşekkürler Sorun Çözülmüştür.