Cohorts
  • Discover
  • About Us
  • Blog
  • Patika.dev
  • Web3

Bootstrap

Bootstrap Nedir?
Bootstrap 4 Dökümanlarına Ulaşmak ve Bootstrap 5 Hakkında
12'lik Izgara(Grid) Sistemini Anlamak
Bootstrap - Genel Tutucu(Container), Satır Blokları(Row) ve Kolon(Col) Yapısı
Bootstrap - Ekran Çözünürlüğü / Cihaz Duyarlı(Responsive) Kolon Yapısı Kullanımları
Bootstrap - Satır Blokları (Row) Kullanımı
Ödev 1

Bootstrap Kullanarak Web Sitesi Nasıl Yapılır (Demo)
Bootstrap Renk Strandartları, Tipografi, Margin ve Padding Kullanımı
Display Özellikleri ile Responsive Yapıya Göre İstenilen Blokların Gösterilmesi / Gizlenmesi
Bootstrap - Offset Kullanımı
Bootstrap Sıralama Özellikleri Kullanarak Responsive Yapıya Göre Tepkilerin Düzenlenmesi

Bootstrap Bileşenlerine(UI Components) Genel Bakış
Ödev 2

Bootstrap ile Medium Klon Çalışması - Tek Video
Bootstrap ile Medium Klon Çalışması - Bölüm 1
Bootstrap ile Medium Klon Çalışması - Bölüm 2
Bootstrap ile Medium Klon Çalışması - Bölüm 3
Bootstrap ile Medium Klon Çalışması - Bölüm 4

Diğer CSS Kütüphanelerine Genel Bakış
Ödev 3

Bootstrap Nedir?

Bootstrap dünyanın en popüler, açık kaynak kodlu, ücretsiz, farklı cihazlar için responsive tasarıma duyarlı bir CSS Framework(kütüphane)'üdür.

İçerisinde mevcut olan sayısız tablo, grafik, ikon, carousel, navigasyon gibi pek çok hazır tasarım sayesinde sitenizi kolayca tasarlayabilirsiniz.

Ayrıca Bootstrap‘in kullandığı Grid (Izgara) sistemi ile sitenizi istediğiniz bölümde konumlandırabilirsiniz. Bu özellik, ekranı dilediğiniz ölçüde bölüp, ayırdığınız bu kısımlara kolayca müdahale etmenizi sağlamaktadır.

Basit bir hazır Bootstrap örneği:

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>Bootstrap 5 Example</title>
  <link href="https://stackpath.bootstrapcdn.com/bootstrap/5.3.0/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<div class="jumbotron text-center bg-light p-5 mb-4">
  <h1 class="display-4">My First Bootstrap 5 Page</h1>
  <p class="lead">Resize this page to see the responsive effect!</p>
</div>
<div class="container">
  <div class="row">
    <div class="col-sm-4">
      <h2>London</h2>
      <p>London is the most populous city in the United Kingdom,
      with a metropolitan area of over 13 million inhabitants.</p>
    </div>
    <div class="col-sm-4">
      <h2>Paris</h2>
      <p>The Paris area is one of the largest population centers in Europe,
      with more than 12 million inhabitants.</p>
    </div>
    <div class="col-sm-4">
      <h2>Tokyo</h2>
      <p>Tokyo is the center of the Greater Tokyo Area,
      and the most populous metropolitan area in the world.</p>
    </div>
  </div>
</div>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/5.3.0/js/bootstrap.min.js"></script>
</body>
</html>

Çıktı:

Faydalı linkler:

  • Resmi Bootstrap dökümantasyonu
  • Bootstrap bileşenleri -1
  • Bootstrap bileşenleri -2
  • Hazır Bootstrap temaları
Next

Lesson discussion

Swap insights and ask questions about “Bootstrap”.

Enroll to participate
Start the course to unlock the discussion. Enrolling helps us keep conversations relevant to learners.
Cohorts
WebsiteDiscoverBlogPatika.devRise In
CoursesCircleRustSoliditySolanaWeb3 FundamentalsBlockchain Basics
CompanyAbout UsTerms of UsePrivacy PolicyGDPR NoticeCookies
Don't miss any update!

Disclaimer: The information, programs, and events provided on https://cohorts.patika.dev is strictly for upskilling and networking purposes related to the technical infrastructure of blockchain platforms. We do not provide financial or investment advice, nor do we make any representations regarding the value, profitability, or future price of any blockchain or cryptocurrency. Users are encouraged to conduct their own research and consult with licensed financial professionals before engaging in any investment activities. https://cohorts.patika.dev disclaims any responsibility for financial decisions made by users based on the information provided here.

© 2026 Cohorts, All rights reserved