nehalelkaref commited on
Commit
dda5da9
·
1 Parent(s): 5ad6a48

Update static/CSS/home.css

Browse files
Files changed (1) hide show
  1. static/CSS/home.css +12 -0
static/CSS/home.css CHANGED
@@ -57,4 +57,16 @@ html {
57
  font-weight: normal;
58
  text-align: center;
59
 
 
 
 
 
 
 
 
 
 
 
 
 
60
  }
 
57
  font-weight: normal;
58
  text-align: center;
59
 
60
+ }
61
+ .container {
62
+ position: absolute;
63
+ left: 42%;
64
+ text-align: center;
65
+ color: rgb(139, 14, 14);
66
+ }
67
+ .centered {
68
+ position: absolute;
69
+ top: 48%;
70
+ left: 46%;
71
+ transform: translate(-50%, -50%);
72
  }