-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.css
80 lines (75 loc) · 1.6 KB
/
main.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap');
.product{
font-family: 'Roboto Slab', serif;
height: 90vh;
width: 50vh;
margin: 0 auto;
overflow: hidden;
border-radius: 15px;
-webkit-box-shadow: 2px -6px 58px -15px rgba(105,105,105,1);
-moz-box-shadow: 2px -6px 58px -15px rgba(105,105,105,1);
box-shadow: 2px -6px 58px -15px rgba(105,105,105,1);
}
.titulo{
text-align: center;
}
.image{
position: relative;
width: 100%;
height: 50%;
background-color: rgb(51, 51, 51);
}
.img:hover{
background-image: url("j2.jpg");
}
.description{
text-align: left;
margin: 0 0 0 5%;
}
.price{
margin-left: 5%;
}
.promotion{
font-size: small;
text-decoration: line-through;
}
.botao{
display: block;
width: 80%;
background-color: aliceblue;
padding: 15px;
border-radius: 15px;
text-decoration: none;
margin: 0 auto;
text-align: center;
font-size: 25px;
text-transform: uppercase;
font-weight: bold;
color: rgb(114, 148, 221);
}
.botao:hover{
background-color: rgb(118, 146, 146);
color: aliceblue;
}
.stars{
margin:0 0 0 35%;
font-size: 112%;
}
.img{
background-image: url("j1.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center
width: 100%;
height: 100%;
margin-top:-20px;
}
.credits{
float: left;
font-family: font-family: 'Roboto Slab', serif;
-webkit-box-shadow: 2px -6px 58px -15px rgba(105,105,105,1);
-moz-box-shadow: 2px -6px 58px -15px rgba(105,105,105,1);
box-shadow: 2px -6px 58px -15px rgba(105,105,105,1);
border:1px solid #000;
padding:20px;
}