Karthikeyan commited on
Commit
59a9a09
1 Parent(s): fc6a57c

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +16 -0
style.css CHANGED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #col-container {
2
+ max-width: 600px;
3
+ margin-left: auto;
4
+ margin-right: auto;
5
+ }
6
+ .heightfit{
7
+ height:150px;
8
+ }
9
+ .heightfit1{
10
+ height:100px;
11
+ }
12
+ #row-flex {
13
+ display: flex;
14
+ align-items: center;
15
+ justify-content: center;
16
+ }