brajshukl commited on
Commit
ea1916c
1 Parent(s): 38a6173

Upload style.css

Browse files
Files changed (1) hide show
  1. static/css/style.css +13 -0
static/css/style.css ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .{
2
+ margin: 0;
3
+ padding: 0;
4
+ box-sizing: border-box;
5
+ }
6
+
7
+ .bg-dark{
8
+ background-color: #757678;
9
+ }
10
+
11
+ .mt-50{
12
+ margin-top: 50px;
13
+ }