source: trip-planner-front/src/app/homepage/homepage.component.css@ 1ad8e64

Last change on this file since 1ad8e64 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 536 bytes
Line 
1header, main{
2 margin:auto;
3 max-width: 80%;
4}
5
6main img {
7 width: 100%;
8 height: 400px;
9}
10
11header img{
12 width: 50px;
13 height: 50px;
14}
15nav button{
16 border-radius: 30px;
17}
18
19.navbar-nav {
20 margin-left: auto;
21}
22
23.product-item-content {
24 border: 1px solid var(--surface-d);
25 border-radius: 3px;
26 margin: .3rem;
27 text-align: center;
28 padding: 2rem 0;
29}
30
31.product-image {
32 width: 50%;
33 box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
34}
35
36.p-mb-3 img {
37 height: 300px;
38}
Note: See TracBrowser for help on using the repository browser.