diff options
Diffstat (limited to 'webapp/style/back_up.css')
-rw-r--r-- | webapp/style/back_up.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/webapp/style/back_up.css b/webapp/style/back_up.css index f5a7e2c..29701c9 100644 --- a/webapp/style/back_up.css +++ b/webapp/style/back_up.css @@ -6,3 +6,13 @@ body { text-align: center; } + +#notification-div { + text-align: center; + font-size: 30px; + font-style: italic; + color: red; + border: solid red 3px; + background-color: #ff999e; + padding: 20px; +} |