Skip to content

Commit a232f07

Browse files
committed
add material icon for gallery
1 parent b85aa06 commit a232f07

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

Web Cam/css/responsive.css

+8-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
width: 18rem;
1111
height: 5rem;
1212
top: 10rem;
13-
left: 3rem;
13+
left: 2rem;
1414
display: flex;
1515
justify-content: space-between;
1616
gap: 3vw;
@@ -31,6 +31,13 @@
3131
bottom: 0rem;
3232
right: 0rem;
3333
}
34+
35+
.gallery {
36+
position: absolute;
37+
right: 1rem;
38+
bottom: 5rem;
39+
z-index: 2;
40+
}
3441
}
3542
@media (max-width: 400px) {
3643
.recording-container {

Web Cam/index.html

+6-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>Web Cam</title>
7+
<link
8+
href="https://fonts.googleapis.com/icon?family=Material+Icons"
9+
rel="stylesheet"
10+
/>
711
<script src="https://unpkg.com/[email protected]/dist/shortid-2.2.13.min.js"></script>
12+
813
<link rel="stylesheet" href="css/style.css" />
914
<link rel="stylesheet" href="css/responsive.css" />
1015
<script src="js/db.js" defer></script>
@@ -41,7 +46,7 @@ <h1 class="timer">00:00:00</h1>
4146
</div>
4247
<div class="filter-layer"></div>
4348

44-
<span class="material-icons gallery"> Gallery </span>
49+
<span class="material-icons gallery"> collections </span>
4550
</div>
4651

4752
<script>

0 commit comments

Comments
 (0)