[CSS] ๋ถํธ์คํธ๋ฉ ์ฌ์ฉํ๊ธฐ
HTML ํ์ผ์ ๋ค์๊ณผ ๊ฐ์ด ์์ํ๋ค.
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
<title>ํ์ดํ</title>
</head>
<body>
<h1>์ ๋ชฉ</h1>
</body>
</html>
๋ถํธ์คํธ๋ฉ์ ์ฌ์ฉํ๊ธฐ ์ํด CSS ๋งํฌ์ javascript ๋งํฌ๋ฅผ ๋ฃ์ด์ค ๊ฒ์ด๋ค.
CSS ํ์ผ์ ๋ฐ๋ก ๋ง๋ค์ด์ฃผ๊ณ HTML์ ์ฐ๊ฒฐํ๋ฏ์ด ์ธํฐ๋ท ์์ ์๋ ๋ถํธ์คํธ๋ฉ CSS ํ์ผ์ ์ฐ๊ฒฐํด์ฃผ๋ ๊ฒ์ด๋ค.
https://getbootstrap.com/docs/4.0/components/alerts/
Alerts
Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages.
getbootstrap.com
์์ ๋ถํธ์คํธ๋ฉ ์ฌ์ดํธ์์ ์ํ๋ ๋์์ธ์ ๊ณ ๋ฅด๊ณ ํด๋น ์ฝ๋๋ฅผ ๋ณต์ฌํด ์ํ๋ ์์น์ ๋ถ์ฌ๋ฃ์ด์ค๋ค.
๋ถํธ์คํธ๋ฉ ๋์์ธ์์ ๋๋ง์ ๋์์ธ์ ์ถ๊ฐํ๊ณ ์ถ์ ๋ style์ ๋ฐ๋ก ์์ฑํ์ฌ class ์ด๋ฆ์ ํ๋ ๋ ์ถ๊ฐํ๋ฉด ๋๋ค.
<button type="button" class="btn btn-primary">Primary</button>
์๋ฅผ ๋ค์ด ์์ ๊ฐ์ ๋ถํธ์คํธ๋ฉ์์ ๊ฐ์ ธ์จ ๋ฒํผ์ ์์ฑํ ๋,
๋๋ง์ ๋์์ธ์ ์์ฑํด ๋์ mybtn์ ์ถ๊ฐํ๊ณ ์ถ๋ค๋ฉด
<button type="button" class="btn btn-primary mybtn">Primary</button>
class ์ด๋ฆ์ mybtn์ ์ถ๊ฐํด์ฃผ๋ฉด ๋๋ค.
'๐ป๊ฐ๋ฐ > WEB' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[CSS] ๋ธ๋ผ์ฐ์ ๊ธฐ๋ณธ css ์ด๊ธฐํํ๊ธฐ (0) | 2022.03.10 |
---|---|
์น์์ ์ฌ์ฉํ๋ ์ด๋ฏธ์ง : jpg, png, gif, webp, svg (0) | 2022.03.10 |
[JavaScript] ์๋ฒ์ ํต์ ํ๊ธฐ : API, JSON, Ajax (0) | 2021.04.02 |
[JavaScript] jQuery (0) | 2021.04.02 |
[CSS] ๊ตฌ๊ธ ์นํฐํธ ์ฌ์ฉํ๊ธฐ (0) | 2021.03.31 |