Skip to content
Snippets Groups Projects

Vcell_Tutorial_1

Merged Arjun Nalladimma requested to merge contribution_tutorial_1 into main
2 files
+ 9
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 8
0
@@ -511,6 +511,14 @@ tr:nth-child(even) {
@@ -511,6 +511,14 @@ tr:nth-child(even) {
overflow: hidden;
overflow: hidden;
background-color: #8bd9c7; /* Add a background color for empty spaces */
background-color: #8bd9c7; /* Add a background color for empty spaces */
}
}
 
 
.carousel-container-1 {
 
position: relative;
 
width: 100%;
 
height: 450px; /* Set a fixed height for the carousel */
 
margin: auto;
 
overflow: hidden; /* Add a background color for empty spaces */
 
}
.carousel {
.carousel {
position: relative;
position: relative;
Loading