source:
phonelux-frontend/src/components/HeaderComponent/HeaderComponent.css@
ffd50db
Last change on this file since ffd50db was 7e88e46, checked in by , 2 years ago | |
---|---|
|
|
File size: 330 bytes |
Rev | Line | |
---|---|---|
[dbd4834] | 1 | .header-component{ |
[dfd5d87] | 2 | background-color: #B6E2C8; |
3 | display: flex; | |
4 | justify-content: center; | |
5 | } | |
6 | ||
[dbd4834] | 7 | .header-component img{ |
[dfd5d87] | 8 | width: 310px; |
9 | height: 200px; | |
[e5b84dc] | 10 | margin-top: -65px; |
[7e88e46] | 11 | cursor: pointer; |
[e5b84dc] | 12 | } |
13 | ||
14 | .homepage-navbar-component{ | |
15 | width: 100%; | |
16 | display: flex; | |
17 | justify-content: end; | |
18 | background-color: #B6E2C8; | |
[dfd5d87] | 19 | } |
Note:
See TracBrowser
for help on using the repository browser.