heboya8 commited on
Commit
d7e8301
·
verified ·
1 Parent(s): 29b4ff7

Update static/style.css

Browse files
Files changed (1) hide show
  1. static/style.css +13 -3
static/style.css CHANGED
@@ -10,10 +10,20 @@ h1 {
10
  .image-container {
11
  display: flex;
12
  justify-content: center;
13
- gap: 20px;
14
  }
15
- img {
16
- max-width: 45%;
17
  border: 1px solid #ccc;
18
  margin: 10px;
 
 
 
 
 
 
 
 
 
 
 
19
  }
 
10
  .image-container {
11
  display: flex;
12
  justify-content: center;
 
13
  }
14
+ img, video {
15
+ max-width: 50%;
16
  border: 1px solid #ccc;
17
  margin: 10px;
18
+ }
19
+ button {
20
+ margin: 10px;
21
+ padding: 10px 20px;
22
+ background-color: #007bff;
23
+ color: white;
24
+ border: none;
25
+ cursor: pointer;
26
+ }
27
+ button:hover {
28
+ background-color: #0056b3;
29
  }