forked from CodeYourFuture/HTML-CSS-Module-Project
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstore.css
More file actions
38 lines (33 loc) · 601 Bytes
/
store.css
File metadata and controls
38 lines (33 loc) · 601 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
.header {
display: flex;
}
.header__logo {
height: 40px;
width: auto;
padding-bottom: 0.2rem;
margin-left: 5rem;
margin-bottom: 1rem;
margin-top: 2rem;
}
.navigation{
display: flex;
align-items: flex-end;
}
.navigation__list {
display: flex;
list-style: none;
}
.navigation__item {
padding: 2rem;
align-items: ;
}
.navigation__link {
color: lightgray;
font-weight: 600;
text-decoration: none;
}
.navigation__list a:hover {
color: #c05326;
}
.navigation__list a.active {
color: darkgray;