File size: 459 Bytes
5cce204
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
efc34c5
 
 
5cce204
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#col-container {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

#row-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.leftimage .rightimage{
  float:left;
  filter: drop-shadow(20px 20px 10px white);
}
.leftimage{
  padding-top:40px;
  margin-left:310px;
}
.rightimage{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top:40px;
  margin-right:320px;
}
.filenameshow{
  height:85px;
}