Commit 704ab1a405721296529c13d2667b1041eabe0428
Committed by
Daniela Feitosa
1 parent
514174be
Exists in
master
and in
29 other branches
ActionItem1067: cool 503 page
Showing
2 changed files
with
7 additions
and
6 deletions
Show diff stats
public/503.html
@@ -6,28 +6,29 @@ | @@ -6,28 +6,29 @@ | ||
6 | <style> | 6 | <style> |
7 | body { | 7 | body { |
8 | font-family: sans-serif; | 8 | font-family: sans-serif; |
9 | - padding: 100px 0 0 0; | ||
10 | - background-color: #ff9; | 9 | + margin: 0px; |
10 | + padding: 0% 3%; | ||
11 | + height: 100%; | ||
12 | + background: #CCC url(503.jpg) 50% 100% no-repeat; | ||
11 | } | 13 | } |
12 | h1 { | 14 | h1 { |
13 | - margin: 0px; | 15 | + margin: 30px 0px 0px 0px; |
14 | font-weight: bold; | 16 | font-weight: bold; |
15 | text-align: center; | 17 | text-align: center; |
16 | color: gray; | 18 | color: gray; |
17 | } | 19 | } |
18 | div#en { | 20 | div#en { |
19 | float: right; | 21 | float: right; |
20 | - width: 45%; | 22 | + width: 47%; |
21 | } | 23 | } |
22 | div#pt-br { | 24 | div#pt-br { |
23 | float: left; | 25 | float: left; |
24 | - width: 45%; | 26 | + width: 47%; |
25 | } | 27 | } |
26 | </style> | 28 | </style> |
27 | </head> | 29 | </head> |
28 | <body> | 30 | <body> |
29 | 31 | ||
30 | - | ||
31 | <div id='en'> | 32 | <div id='en'> |
32 | <h1>System maintainance</h1> | 33 | <h1>System maintainance</h1> |
33 | <p> | 34 | <p> |
62.5 KB