prithivMLmods commited on
Commit
53f4f89
·
verified ·
1 Parent(s): a7820e3

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -1
index.html CHANGED
@@ -11,7 +11,7 @@
11
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
12
  grid-gap: 20px;
13
  padding: 20px;
14
- color: #000000;
15
  }
16
 
17
  .gallery-item {
@@ -19,6 +19,7 @@
19
  overflow: hidden;
20
  border-radius: 10px;
21
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
 
22
  }
23
 
24
  .gallery-item img {
 
11
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
12
  grid-gap: 20px;
13
  padding: 20px;
14
+
15
  }
16
 
17
  .gallery-item {
 
19
  overflow: hidden;
20
  border-radius: 10px;
21
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
22
+ color: #000000;
23
  }
24
 
25
  .gallery-item img {