We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aa9fd5 commit 5656549Copy full SHA for 5656549
1 file changed
style.css
@@ -19,7 +19,9 @@ body {
19
}
20
21
header {
22
- position: relative;
+ position: fixed;
23
+ top:0;
24
+ width: 100%;
25
background-color: rgb(8 118 153);
26
text-align: center;
27
height: 50px;
@@ -149,7 +151,7 @@ footer {
149
151
150
152
153
.content {
- top: 25%;
154
+ top: 15%;
155
position: absolute;
156
z-index: 1;
157
width: 100%;
@@ -326,7 +328,7 @@ p {
326
328
327
329
*/
330
#home-header {
- margin-top: 25px;
331
+ margin-top: 70px;
332
text-align: left;
333
margin-inline-start: 20%;
334
margin-inline-end: 20%;
0 commit comments