Karthikeyan commited on
Commit
55ad990
1 Parent(s): e12dd59

Create style.css

Browse files
Files changed (1) hide show
  1. style.css +26 -0
style.css ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #col-container {
2
+ max-width: 600px;
3
+ margin-left: auto;
4
+ margin-right: auto;
5
+ }
6
+
7
+ #row-flex {
8
+ display: flex;
9
+ align-items: center;
10
+ justify-content: center;
11
+ }
12
+ .leftimage .rightimage{
13
+ float:left;
14
+ filter: drop-shadow(20px 20px 10px white);
15
+ }
16
+ .leftimage{
17
+ padding-top:40px;
18
+ margin-left:310px;
19
+ }
20
+ .rightimage{
21
+ padding-top:35px;
22
+ margin-right:320px;
23
+ }
24
+ .heightfit{
25
+ height:85px;
26
+ }