-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathp7.html
More file actions
84 lines (74 loc) · 4.33 KB
/
p7.html
File metadata and controls
84 lines (74 loc) · 4.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Bootstrap Image Styles</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
</head>
<body class="container mt-4">
<h2 class="text-center mb-4">🖼 Same Image in Different Bootstrap Styles</h2>
<!-- 1. Float Start (Left) -->
<h5>1. Float Start (Left)</h5>
<img src="https://plus.unsplash.com/premium_photo-1664474619075-644dd191935f?fm=jpg&q=60&w=3000&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MXx8aW1hZ2V8ZW58MHx8MHx8fDA%3D"
class="rounded float-start mb-4" alt="Custom Image" style="width: 300px;">
<div class="clearfix"></div>
<!-- 2. Float End (Right) -->
<h5 class="mt-5">2. Float End (Right)</h5>
<img src="https://plus.unsplash.com/premium_photo-1664474619075-644dd191935f?fm=jpg&q=60&w=3000&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MXx8aW1hZ2V8ZW58MHx8MHx8fDA%3D"
class="rounded float-end mb-4" alt="Custom Image" style="width: 300px;">
<div class="clearfix"></div>
<!-- 3. Center -->
<h5 class="mt-5 text-center">3. Center</h5>
<div class="text-center">
<img src="https://plus.unsplash.com/premium_photo-1664474619075-644dd191935f?fm=jpg&q=60&w=3000&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MXx8aW1hZ2V8ZW58MHx8MHx8fDA%3D"
class="rounded mb-4" alt="Custom Image" style="width: 300px;">
</div>
<!-- 4. Two Images Side by Side -->
<h5 class="mt-5">4. Two Images Side by Side</h5>
<div class="row text-center">
<div class="col-md-6">
<img src="https://plus.unsplash.com/premium_photo-1664474619075-644dd191935f?fm=jpg&q=60&w=3000&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MXx8aW1hZ2V8ZW58MHx8MHx8fDA%3D"
class="rounded mb-3 img-fluid" alt="Custom Image">
</div>
<div class="col-md-6">
<img src="https://plus.unsplash.com/premium_photo-1664474619075-644dd191935f?fm=jpg&q=60&w=3000&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MXx8aW1hZ2V8ZW58MHx8MHx8fDA%3D"
class="rounded mb-3 img-fluid" alt="Custom Image">
</div>
</div>
<!-- 5. Three Images Side by Side -->
<h5 class="mt-5">5. Three Images Side by Side</h5>
<div class="row text-center">
<div class="col-md-4">
<img src="https://plus.unsplash.com/premium_photo-1664474619075-644dd191935f?fm=jpg&q=60&w=3000&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MXx8aW1hZ2V8ZW58MHx8MHx8fDA%3D"
class="rounded mb-3 img-fluid" alt="Custom Image">
</div>
<div class="col-md-4">
<img src="https://plus.unsplash.com/premium_photo-1664474619075-644dd191935f?fm=jpg&q=60&w=3000&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MXx8aW1hZ2V8ZW58MHx8MHx8fDA%3D"
class="rounded mb-3 img-fluid" alt="Custom Image">
</div>
<div class="col-md-4">
<img src="https://plus.unsplash.com/premium_photo-1664474619075-644dd191935f?fm=jpg&q=60&w=3000&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MXx8aW1hZ2V8ZW58MHx8MHx8fDA%3D"
class="rounded mb-3 img-fluid" alt="Custom Image">
</div>
</div>
<!-- 6. Rounded Circle -->
<h5 class="mt-6 text-center">6. Rounded Circle</h5>
<div class="text-center">
<img src="https://plus.unsplash.com/premium_photo-1664474619075-644dd191935f?fm=jpg&q=60&w=3000&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MXx8aW1hZ2V8ZW58MHx8MHx8fDA%3D"
class="rounded-circle mb-4" alt="Custom Image" style="width: 200px;">
</div>
<!-- 7. Thumbnail -->
<h5 class="mt-5 text-center">7. Thumbnail Image</h5>
<div class="text-center">
<img src="https://plus.unsplash.com/premium_photo-1664474619075-644dd191935f?fm=jpg&q=60&w=3000&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MXx8aW1hZ2V8MHx8MHx8fDA%3D"
class="img-thumbnail mb-4" alt="Custom Image" style="width: 300px;">
</div>
<!-- 8. Responsive Image -->
<h5 class="mt-5 text-center">8. Responsive Image</h5>
<div class="text-center">
<img src="https://plus.unsplash.com/premium_photo-1664474619075-644dd191935f?fm=jpg&q=60&w=3000&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MXx8aW1hZ2V8MHx8MHx8fDA%3D"
class="img-fluid mb-4" alt="Custom Image" style="max-width: 400px;">
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>