Skip to content

Commit ba662f3

Browse files
committed
fixed footer bc and header alignment and color
1 parent a47a7ac commit ba662f3

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

src/App.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ html {
131131

132132
/* navigation */
133133

134-
nav {
134+
.nav {
135135
background-color: #eff2f7;
136136
height: 100px;
137137
padding: 0px 24px;

src/components/Footer.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
/* footer */
22

3-
footer {
3+
.footer {
44
background-color: #eff2f7;
55
position: relative;
66
}
77

88
.footer__container {
9+
910
display: flex;
1011
flex-direction: column;
1112
align-items: center;

src/components/Nav.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
nav {
1+
.nav {
22
background-color: #eff2f7;
33
height: 100px;
44
padding: 0px 24px;

0 commit comments

Comments
 (0)