Giriş
Twitter tarafından geliştirildi. İlk olarak 2011 yılında ortaya çıktı
fluid 12-grid system
Açıklaması şöyle
The Bootstrap grid system uses containers, rows, and columns to ensure that apps and websites are adaptable to devices of varied screen sizes, especially mobile screens. This 12-grid system follows a series of defined rules; for instance, rows are only used to create columns; rows must be empty; rows and columns come together to create containers, etc.
Örnek - bootstrap-3.3.1
Şu satırı dahil ederiz
<link href="resources/lib/bootstrap-3.3.1/css/bootstrap.min.css" rel="stylesheet"> ... <script src="resources/lib/bootstrap-3.3.1/js/bootstrap.min.js" type="text/javascript"></script>
Tables
Örnek - striped
Şöyle yaparız
"<table class='table table-striped'>
Hiç yorum yok:
Yorum Gönder