File tree 1 file changed +32
-0
lines changed
Section 8 - Bootstrap Overview
1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta charset ="UTF-8 ">
5
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6
+ < title > Bootstrap</ title >
7
+ < link rel ="stylesheet " href ="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css " integrity ="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk " crossorigin ="anonymous ">
8
+ </ head >
9
+ < body >
10
+ < h1 > Hello, Bootstrap!</ h1 >
11
+ < div class ="container ">
12
+ < h1 > Hello, Bootstrap container :D</ h1 >
13
+ </ div > < br >
14
+
15
+ < div class ='container '>
16
+ < button type ='button ' class ='btn btn-lg btn-primary '> Button</ button >
17
+ < button type ='button ' class ='btn btn-secondary btn-lg '> Disabled Button</ button >
18
+ </ div >
19
+
20
+ < div class ='container '>
21
+ < div class ="jumbotron ">
22
+ < h1 class ="display-4 "> Hello, world!</ h1 >
23
+ < p class ="lead "> This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.</ p >
24
+ < hr class ="my-4 ">
25
+ < p > It uses utility classes for typography and spacing to space content out within the larger container.</ p >
26
+ < a class ="btn btn-primary btn-lg " href ="# " role ="button "> Learn more</ a >
27
+ </ div >
28
+ </ div >
29
+
30
+ </ div >
31
+ </ body >
32
+ </ html >
You can’t perform that action at this time.
0 commit comments