We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8727fe commit 63eddeaCopy full SHA for 63eddea
styles.ccs
@@ -0,0 +1,42 @@
1
+body {
2
+ font-family: Arial, sans-serif;
3
+ margin: 0;
4
+ padding: 0;
5
+ background-color: #f4f4f4;
6
+}
7
+
8
+header {
9
+ background-color: #333;
10
+ color: #fff;
11
+ padding: 1rem;
12
+ text-align: center;
13
14
15
+nav ul {
16
+ list-style: none;
17
18
19
20
+nav ul li {
21
+ display: inline;
22
+ margin: 0 1rem;
23
24
25
+nav ul li a {
26
27
+ text-decoration: none;
28
29
30
+main {
31
+ padding: 2rem;
32
33
34
+footer {
35
36
37
38
39
+ position: absolute;
40
+ bottom: 0;
41
+ width: 100%;
42
0 commit comments