Karthikeyan commited on
Commit
5bb1ff0
1 Parent(s): 87b3a2f

Upload style (1).css

Browse files
Files changed (1) hide show
  1. style (1).css +29 -0
style (1).css ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ .filenameshow{
13
+ height:85px;
14
+ }
15
+ .spaceH{
16
+ padding-top:45px;
17
+ }
18
+ .leftimage .rightimage{
19
+ float:left;
20
+ }
21
+ .leftimage{
22
+ padding-top:26px;
23
+ margin-left:340px;
24
+ }
25
+ .rightimage{
26
+ margin-right:360px;
27
+ margin-top:15px;
28
+ }
29
+