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
RevLine 
[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.