웹개발 교육/Bootstrap

[45일] bootstrap (7) - container

2022. 9. 29. 16:57
https://www.w3schools.com/bootstrap/bootstrap_get_started.asp
 

Bootstrap Get Started

W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.

www.w3schools.com

 

 

<!DOCTYPE html>
<html lang="ko">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>07_container.html</title>
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
</head>
<body>
    <!-- 참조 https://www.w3schools.com/bootstrap/bootstrap_get_started.asp -->
    <div class="container">
        <h1>My First Bootstrap Page</h1> <!-- 좌우 여백 있음 -->
        <p>This part is inside a .container class.</p>
        <p>The .container class provides a responsive fixed width container</p>
    </div>

    <div class="container-fluid"> <!-- 좌우 여백 없음 -->
        <h1>My First Bootstrap Page</h1>
        <p>This part is inside a .container class.</p>
        <p>The .container class provides a responsive fixed width container</p>
    </div>
</body>
</html>

 

07_container.html

My First Bootstrap Page

This part is inside a .container class.

The .container class provides a responsive fixed width container

My First Bootstrap Page

This part is inside a .container class.

The .container class provides a responsive fixed width container

'웹개발 교육 > Bootstrap' 카테고리의 다른 글

[45일] bootstrap (9) - icon  (0) 2022.09.29
[45일] bootstrap (8) - modal  (0) 2022.09.29
[45일] bootstrap (6) - input  (0) 2022.09.29
[45일] bootstrap (5) - pagination  (0) 2022.09.29
[45일] bootstrap (4) - image  (0) 2022.09.29
'웹개발 교육/Bootstrap' 카테고리의 다른 글
  • [45일] bootstrap (9) - icon
  • [45일] bootstrap (8) - modal
  • [45일] bootstrap (6) - input
  • [45일] bootstrap (5) - pagination
ewok
ewok
ewok
기록장
ewok
전체
오늘
어제
  • 분류 전체보기
    • 웹개발 교육
      • HTML
      • CSS
      • JavaScript
      • Database
      • Java
      • jQuery
      • Ajax
      • Bootstrap
      • jsp
      • Spring
      • MyBatis
      • 프로젝트
    • JAVA
    • SpringBoot
      • 기초
      • AWS
      • 개인프로젝트
    • Spring Security
    • JPA
    • 테스트코드
    • Error
    • CS
      • 컴퓨터 구조
      • 이산수학
    • 알고리즘
      • 정리
      • Java
    • SQL
    • 자격증
      • SQLD
      • 정보처리기사
    • Git

블로그 메뉴

  • 홈
  • 태그
  • 방명록

공지사항

인기 글

태그

  • 버전 관리
  • sqld 자격증
  • sqld 합격
  • base
  • 생성자
  • branch
  • merge commit
  • GIT
  • git bash
  • SQLD
  • 브랜치
  • org.springframework.beans.factory.UnsatisfiedDependencyException
  • 노랭이
  • org.hibernate.tool.schema.spi.CommandAcceptanceException
  • this

최근 댓글

최근 글

hELLO · Designed By 정상우.
ewok
[45일] bootstrap (7) - container
상단으로

티스토리툴바

단축키

내 블로그

내 블로그 - 관리자 홈 전환
Q
Q
새 글 쓰기
W
W

블로그 게시글

글 수정 (권한 있는 경우)
E
E
댓글 영역으로 이동
C
C

모든 영역

이 페이지의 URL 복사
S
S
맨 위로 이동
T
T
티스토리 홈 이동
H
H
단축키 안내
Shift + /
⇧ + /

* 단축키는 한글/영문 대소문자로 이용 가능하며, 티스토리 기본 도메인에서만 동작합니다.