1. Trang chủ
  2. » Tất cả

Bootstrap 5 01 getting started

17 18 0
Tài liệu đã được kiểm tra trùng lặp

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

THÔNG TIN TÀI LIỆU

Thông tin cơ bản

Tiêu đề Bootstrap 5 Getting Started
Định dạng
Số trang 17
Dung lượng 645,19 KB

Các công cụ chuyển đổi và chỉnh sửa cho tài liệu này

Nội dung

Bootstrap 5 Getting Started Bootstrap 5 Getting Started ( H T T P S / / G E T B O O T S T R A P C O M ) https //getbootstrap com/ Why Bootstrap? https //elephantsolutions net/best css frameworks in 20[.]

Trang 1

Bootstrap 5

Getting Started

( H T T P S : / / G E T B O O T S T R A P C O M )

Trang 2

Why Bootstrap?

https://elephantsolutions.net/best-css-frameworks-in-2021/

https://www.npmtrends.com/bootstrap-vs-bulma-vs-material-ui-vs-materialize-css-vs-semantic-ui-vs-tailwind-vs-uikit

Trang 3

5 RTL

Trang 4

1 Introduction

1.1 Bootstrap intro

1.2 Quick start

1.3 Starter template

Trang 5

1.1 Bootstrap intro.

responsive, mobile-first sites

– A responsive grid system

– Reusable classes to help style our content

– Don’t need to worry about browser compatibility

– Many other things too

Trang 6

1.2 Quick start

Trang 7

2 Download

- Npm: npm install bootstrap

- Yarn: yarn add bootstrap

- RubyGems: gem install bootstrap -v 5.1.3

- NuGet: Install-Package bootstrap

Trang 8

Starter template

<!DOCTYPE html>

<html lang="en">

<head>

<! Required meta tags >

<meta charset="utf-8">

<meta name="viewport" content="width=device-width, initial-scale=1">

<! Bootstrap CSS >

<link rel="stylesheet" href=“plugins/bootstrap/css/bootstrap.min.css">

</head>

<body>

Go to Bootstrap website

</a>

<script src="plugins/bootstrap/js/bootstrap.bundle.min.js"></script>

<! Optional JavaScript >

</body>

</html>

Trang 9

3 Contents

3.1 CSS files

3.2 JS files

Trang 10

3.1 CSS files

Trang 11

3.2 JS files

Trang 12

4 Browsers and devices

Chrome >= 60

Firefox >= 60

Firefox ESR

iOS >= 12

Safari >= 12

Opera >= 48

Edge >= 12

not Explorer <= 11

Trang 13

Mobile devices

Trang 14

Desktop browsers

Trang 15

5 RTL

▪ Learn how to enable support for right-to-left text in

Bootstrap across our layout, components, and utilities

Required HTML

2 Add an appropriate lang attribute, like lang="ar" , on the

<html>

Trang 16

6 Theme colors

Trang 17

THE END

Ngày đăng: 09/02/2023, 15:33

TỪ KHÓA LIÊN QUAN

TÀI LIỆU CÙNG NGƯỜI DÙNG

TÀI LIỆU LIÊN QUAN

w