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 5 Example</ title >
7
+ <!-- CSS only -->
8
+ < link href ="
https://cdn.jsdelivr.net/npm/[email protected] /dist/css/bootstrap.min.css "
rel ="
stylesheet "
integrity ="
sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC "
crossorigin ="
anonymous "
>
9
+ </ head >
10
+ < body >
11
+ < div class ="container ">
12
+ < div class ="btn-group-sm ">
13
+ < button type ="button " class ="btn btn-primary "> Primary</ button >
14
+ < button type ="button " class ="btn btn-primary btn-sm "> Primary</ button >
15
+ < button type ="button " class ="btn btn-primary btn-lg "> Primary</ button >
16
+ < button type ="button " class ="btn btn-primary " disabled >
17
+ Primary button
18
+ </ button >
19
+ < button type ="button " class ="btn btn-secondary "> Secondary</ button >
20
+ < button type ="button " class ="btn btn-success "> Success</ button >
21
+ < button type ="button " class ="btn btn-danger "> Danger</ button >
22
+ < button type ="button " class ="btn btn-warning "> Warning</ button >
23
+ < button type ="button " class ="btn btn-info "> Info</ button >
24
+ < button type ="button " class ="btn btn-light "> Light</ button >
25
+ < button type ="button " class ="btn btn-dark "> Dark</ button >
26
+ < button type ="button " class ="btn btn-link "> Link</ button >
27
+ </ div >
28
+ < div class ="btn-group-sm ">
29
+ < button type ="button " class ="btn btn-outline-primary "> Primary</ button >
30
+ < button type ="button " class ="btn btn-outline-secondary "> Secondary</ button >
31
+ < button type ="button " class ="btn btn-outline-success "> Success</ button >
32
+ < button type ="button " class ="btn btn-outline-danger "> Danger</ button >
33
+ < button type ="button " class ="btn btn-outline-warning "> Warning</ button >
34
+ < button type ="button " class ="btn btn-outline-info "> Info</ button >
35
+ < button type ="button " class ="btn btn-outline-light "> Light</ button >
36
+ < button type ="button " class ="btn btn-outline-dark "> Dark</ button >
37
+ < button type ="button " class ="btn btn-outline-link "> Link</ button >
38
+ </ div >
39
+ </ div >
40
+
41
+ <!-- JavaScript Bundle with Popper -->
42
+ < script src ="
https://cdn.jsdelivr.net/npm/[email protected] /dist/js/bootstrap.bundle.min.js "
integrity ="
sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM "
crossorigin ="
anonymous "
> </ script >
43
+ </ body >
0 commit comments