Skip to content

Commit fe638e6

Browse files
Add files via upload
1 parent 0b234dd commit fe638e6

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

style.css

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@
5252
margin: 0 auto;
5353
font-size: 10px;
5454
background-color: lab(90.24% 0 -0.01);
55+
min-width: 1000px;
56+
max-width: 2000px;
5557
}
5658

5759
@font-face {
@@ -102,7 +104,7 @@
102104
header, footer {
103105
font-family: Georgia, 'Times New Roman', Times, serif;
104106
background-color: #0033a0;
105-
color: lab(90.24% 0 -0.01);
107+
color: whitesmoke;
106108
border-top: 5px solid #b1b3b3;
107109
border-bottom: 5px solid #b1b3b3;
108110
text-align: center;
@@ -120,7 +122,7 @@
120122
position: absolute;
121123
bottom: 0;
122124
width: 100%;
123-
max-width: 1400px;
125+
max-width: 2000px;
124126
}
125127

126128
nav {
@@ -145,7 +147,7 @@
145147

146148
nav li a {
147149
display: block;
148-
color: lab(90.24% 0 -0.01);
150+
color: whitesmoke;
149151
text-align: center;
150152
padding: 14px 16px;
151153
text-decoration: none;

0 commit comments

Comments
 (0)