heboya8 commited on
Commit
eb3c06a
·
verified ·
1 Parent(s): 73d7de8

Update static/style.css

Browse files
Files changed (1) hide show
  1. static/style.css +5 -1
static/style.css CHANGED
@@ -1,9 +1,13 @@
1
  body {
2
  font-family: Arial, sans-serif;
3
  text-align: center;
4
- margin-top: 50px;
5
  background-color: #f0f0f0;
6
  }
7
  h1 {
8
  color: #333;
 
 
 
 
9
  }
 
1
  body {
2
  font-family: Arial, sans-serif;
3
  text-align: center;
4
+ margin: 20px;
5
  background-color: #f0f0f0;
6
  }
7
  h1 {
8
  color: #333;
9
+ }
10
+ img {
11
+ margin: 10px;
12
+ border: 1px solid #ccc;
13
  }