source: phonelux-frontend/src/components/PhoneCardComponent/PhoneCardComponent.css@ dbd4834

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

Homepage, login and register components added

  • Property mode set to 100644
File size: 783 bytes
Line 
1.phonecard{
2 background-color: #B6E2C8;
3 padding:15px;
4 justify-items: center;
5 width: 250px;
6 height: 400px;
7 border-radius: 25px;
8}
9
10.phonecard:hover{
11 background-color: #84c69f;
12 cursor: pointer;
13}
14
15.phonecard img{
16 width: 200px;
17 height: 250px;
18 border-radius: 25px;
19 margin-left: 25px;
20}
21
22.phonecard-paper{
23 width: fit-content;
24 border-radius: 25px;
25}
26
27.phonecard-lowestprice-header, .phonecard-totaloffers-header{
28 margin-top: -10px;
29 color: rgb(34, 106, 106);
30 text-align: center;
31}
32
33.phonecard-model-header{
34 text-align: center;
35}
36
37
38.phonecard-lowestprice{
39 font-size: 20px;
40}
41
42.phonecard-totaloffers{
43 font-size: 20px;
44}
45
46.phonecard > h5 > p{
47 display: inline;
48}
49
50.phonecard > h6 > p{
51 display: inline;
52}
Note: See TracBrowser for help on using the repository browser.