-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
55 lines (54 loc) · 988 Bytes
/
style.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
.title {
font-family: Impact, sans-serif;
color: #CE5937;
text-align:center;
}
.under-title {
font-family: Impact, sans-serif;
text-align:right;
}
.discription{
text-align:justify;
}
.main-image{
object-fit:cover;
min-width:100%;
max-width:100%;
}
.review-image{
float:left;
margin:0px 10px 20px 0px;
}
.blockquote{
border: solid 1px;
padding: 20px 20px 45px 75px;
border-radius: 50% 20% / 10% 40%;
}
.review-image.second-item{
float:right;
margin:0px 10px 20px 0px;
}
.blockquote.second-item{
border: solid 1px;
padding:20px 20px 85px 50px;
border-radius: 10% 40%/50% 20% ;
}
.contacts{
border-top:4px solid;
border-color:grey;
padding-top:40px;
text-align:center;
}
.contacts.title{
padding-top:0px;
}
a[href^="tel:"]{
font-family: Impact, sans-serif;
color:grey;
font-size: 16px;
font-weight: 900;
text-decoration: none;
}
a[href^="tel:"]:hover{
color: #CE5937;
}