• 24-03-2020, 15:26:53
    #1
    https://bootsnipp.com/snippets/PjPa

    Şunu buldum ama 2. bir bootstrap.css dahil etmem gerekiyor oda tasarımı bozuyor. bu tarz bir yıldız işini nasıl yapabilirim. bootstrapde

    ÇÖZÜM
    Çözdüm sorunu bootsrap 4 de glyphicon iconları olmadığı için css i almayınca çalışmıyormuş iconları değişince düzeldi.
  • 24-03-2020, 15:32:24
    #2
    PhYtOnX adlı üyeden alıntı: mesajı görüntüle
    https://bootsnipp.com/snippets/PjPa

    Şunu buldum ama 2. bir bootstrap.css dahil etmem gerekiyor oda tasarımı bozuyor. bu tarz bir yıldız işini nasıl yapabilirim. bootstrapde
    Gerek yok 2.ci bootstrap'a

     .animated {
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s;
    }
    
    .stars
    {
    margin: 20px 0;
    font-size: 24px;
    color: #d17581;
    }
    bunu ekleyin daha sonra javascript bölümünü ekleyip bir test edin.
  • 24-03-2020, 15:38:58
    #3
    berkaykrx adlı üyeden alıntı: mesajı görüntüle
    Gerek yok 2.ci bootstrap'a

     .animated {
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s;
    }
    
    .stars
    {
    margin: 20px 0;
    font-size: 24px;
    color: #d17581;
    }
    bunu ekleyin daha sonra javascript bölümünü ekleyip bir test edin.
    test ettim hocam 2.bootsrap i eklemeyince yıldızlar kayboluyor çözemedim :S
  • 25-03-2020, 19:49:49
    #4
    fontlardan dolayı hocam sizin bootstrapda font yok