-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpreCards.css
More file actions
112 lines (96 loc) · 1.63 KB
/
Copy pathpreCards.css
File metadata and controls
112 lines (96 loc) · 1.63 KB
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
@import url(//fonts.googleapis.com/css?family=Optima:300:400);
.mytitle{
margin-top: 13%;
text-align:center;
}
body{
text-align: center;
}
.card{
justify-content: center;
align-items: center;
min-height: 400px;
background-color:white;
border-radius: 12px;
display:inline-block;
overflow: hidden;
/*display: inline-block; */
position: relative;
text-align: center;
height:460px;
width:300px;
margin-top:9%;
margin-left: 3%;
margin-right: 3%;
margin-bottom: 1.5%;
box-shadow:0 12px 13px rgba(0,0,0,0.16), 0 12px 13px rgba(0,0,0,0.16);
}
.card img {
border-radius:100%;
margin-top:60px;
width:132px;
height:128px;
}
.name{
color: rgb(41, 33, 78);
}
.reviews , .title{
font-size: 1rem;
color: #707070;
}
.desc{
font-size:14px;
margin-left:30px;
margin-right:65px;
margin-top:16px;
color: rgb(41, 33, 78);
}
/*.desc .btn{
outline:none;
background :rgb(41,33,78);*/
/* 20px */
/*margin-top:5px;
border:none;
height:40px;
width:35%;
color:aliceblue;
font-size:16px;*/
/* 30px */
/*border-radius:12px;
}*/
.card .desc
{
font-size: 15px;
}
.card .desc .info {
padding: 0;
display: flex;
}
/*.card .desc .info h2 {
text-align:justify;
width: 50%;
margin: 0.5rem;
box-sizing: border-box;
}*/
.card .desc .info h2 {
text-decoration: none;
margin-left: 0%;
padding: 0.75rem;
display: flex;
flex-direction: column;
border-radius: 0.8rem;
transition: background-color 100ms ease-in-out;
}
.card .desc .info h2 span {
color: rgb(41, 33, 78);
margin-right: 0%;
font-weight: bold;
transform-origin: bottom;
transform: scaleY(1.3);
transition: color 100ms ease-in-out;
}
.card .desc .info h2 small {
color: #707070;
font-size: 1rem;
font-weight: normal;
}