We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfccfac commit d1e14a2Copy full SHA for d1e14a2
group.qmd
@@ -16,6 +16,15 @@ output:
16
min-height: 280px;
17
max-height: 350px;
18
}
19
+.carousel-caption {
20
+ background-color: rgba(0, 0, 0, 0.6); /* Transparent black background */
21
+ padding: 10px; /* Add padding for better visibility */
22
+ color: white; /* Text color */
23
+}
24
+
25
+.carousel-caption h5 {
26
+ margin-bottom: 5px; /* Adjust spacing between heading and paragraph */
27
28
</style>
29
</head>
30
<body>
@@ -40,7 +49,7 @@ output:
40
49
<div class="carousel-item">
41
50
<img src="images/group/2023-cake.jpg" class="d-block w-100" alt="Slide 2">
42
51
<div class="carousel-caption d-none d-md-block">
43
- <h5>2 May 2023/h5>
52
+ <h5>2 May 2023</h5>
44
53
<p>Cake by batch of 2023</p>
45
54
</div>
46
55
0 commit comments