We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e2416e commit 119c572Copy full SHA for 119c572
1 file changed
one-page-website/style.css
@@ -1,36 +1,15 @@
1
-/* Basic styles for the one-page website */
2
body {
3
font-family: Arial, sans-serif;
4
margin: 0;
5
- padding: 0;
6
- background-color: #f4f4f4;
7
}
8
9
-header {
+header, footer {
10
background-color: #333;
11
color: white;
12
text-align: center;
13
padding: 20px;
14
15
16
-header nav a {
17
- color: white;
18
- text-decoration: none;
19
- margin: 0 10px;
20
-}
21
-
22
section {
23
- padding: 40px 20px;
24
- max-width: 800px;
25
- margin: auto;
26
- background-color: white;
27
- margin-bottom: 20px;
28
- border-radius: 5px;
+ padding: 20px;
29
30
31
-footer {
32
- background-color: #333;
33
34
- text-align: center;
35
- padding: 15px;
36
0 commit comments