source: phonelux-frontend/src/components/HeaderComponent/HeaderComponent.css@ 5201690

Last change on this file since 5201690 was 7e88e46, checked in by Marko <Marko@…>, 22 months ago

Added more components

  • Property mode set to 100644
File size: 330 bytes
Line 
1.header-component{
2 background-color: #B6E2C8;
3 display: flex;
4 justify-content: center;
5}
6
7.header-component img{
8 width: 310px;
9 height: 200px;
10 margin-top: -65px;
11 cursor: pointer;
12}
13
14.homepage-navbar-component{
15 width: 100%;
16 display: flex;
17 justify-content: end;
18 background-color: #B6E2C8;
19}
Note: See TracBrowser for help on using the repository browser.