Showing
2 changed files
with
4 additions
and
3 deletions
... | @@ -44,11 +44,12 @@ | ... | @@ -44,11 +44,12 @@ |
44 | } | 44 | } |
45 | 45 | ||
46 | .welcome{ | 46 | .welcome{ |
47 | - position:relative; | 47 | + position: absolute; |
48 | text-align:center; | 48 | text-align:center; |
49 | font-family: sans-serif; | 49 | font-family: sans-serif; |
50 | color:#000; | 50 | color:#000; |
51 | - top: 300px; | 51 | + top: 30%; |
52 | + left: 40%; | ||
52 | } | 53 | } |
53 | 54 | ||
54 | .welcome h1{ | 55 | .welcome h1{ | ... | ... |
-
Please register or login to post a comment