Karthikeyan commited on
Commit
b3f3db2
·
1 Parent(s): 362d4de

Create style.css

Browse files
Files changed (1) hide show
  1. style.css +10 -0
style.css ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ #col-container {
2
+ max-width: 600px;
3
+ margin-left: auto;
4
+ margin-right: auto;
5
+ }
6
+ #row-flex {
7
+ display: flex;
8
+ align-items: center;
9
+ justify-content: center;
10
+ }