Finished grid demo

This commit is contained in:
Robert Long
2021-08-16 16:18:45 -07:00
parent e68c9bee4a
commit f303cb345f
4 changed files with 88 additions and 30 deletions
+8
View File
@@ -26,4 +26,12 @@
width: 100%;
height: 100%;
object-fit: cover;
}
.participantName {
position: absolute;
bottom: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.2);
padding: 8px 24px;
}