Omnibus commited on
Commit
aafb1c7
1 Parent(s): feb0425

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +6 -0
style.css CHANGED
@@ -5,6 +5,12 @@ body {
5
 
6
  h1 {
7
  margin-top: 0;
 
 
 
 
 
 
8
  }
9
 
10
  p {
 
5
 
6
  h1 {
7
  margin-top: 0;
8
+ color:white;
9
+ background:blue;
10
+ border-radius:10px;
11
+ padding:5px;
12
+ text-align:center;
13
+ box-shadow: 1px 2px 4px 2px black;
14
  }
15
 
16
  p {