Spaces:
Running
Running
Commit
·
8fe18f6
1
Parent(s):
feadc2f
Update style.css
Browse files
style.css
CHANGED
@@ -10,12 +10,19 @@ header {
|
|
10 |
color: #fff;
|
11 |
text-align: center;
|
12 |
padding: 20px;
|
|
|
|
|
|
|
13 |
}
|
14 |
|
15 |
h1 {
|
16 |
margin: 0;
|
17 |
}
|
18 |
|
|
|
|
|
|
|
|
|
19 |
main {
|
20 |
max-width: 800px;
|
21 |
margin: 20px auto;
|
@@ -48,3 +55,7 @@ a {
|
|
48 |
text-decoration: none;
|
49 |
color: #007BFF;
|
50 |
}
|
|
|
|
|
|
|
|
|
|
10 |
color: #fff;
|
11 |
text-align: center;
|
12 |
padding: 20px;
|
13 |
+
display: flex;
|
14 |
+
justify-content: space-between;
|
15 |
+
align-items: center;
|
16 |
}
|
17 |
|
18 |
h1 {
|
19 |
margin: 0;
|
20 |
}
|
21 |
|
22 |
+
.logo img {
|
23 |
+
max-height: 50px;
|
24 |
+
}
|
25 |
+
|
26 |
main {
|
27 |
max-width: 800px;
|
28 |
margin: 20px auto;
|
|
|
55 |
text-decoration: none;
|
56 |
color: #007BFF;
|
57 |
}
|
58 |
+
|
59 |
+
a:hover {
|
60 |
+
text-decoration: underline;
|
61 |
+
}
|