-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
77 lines (60 loc) · 742 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
body {
font-style: italic;
}
.size{
color:#c70039;
}
.wave {
outline: 0;
}
.pt-6{
padding-top:100px;
}
.box {
padding:5% 8%;
line-height: 1.9;
text-align: center;
}
.align-center {
text-align: center;
}
.size:hover{
opacity: 0.8;
cursor: pointer;
}
.carousel-inner{
padding: 5% 10%;
}
.carss{
background-color: #c70039;
}
.pricing{
padding: 3% 10%;
text-align: center;
}
.text {
font-size:5vh;
}
.bg-new {
background-color:#eae7d9;
}
.social {
font-size: 2em;
}
.fab:hover{
transform: rotate(360deg);
transition:1s;
}
.far:hover{
transform: rotate(360deg);
transition:1s;
}
/* media queries */
@media screen (max-width:350px) {
body{
text-align:center;
}
.download{
padding: 20px;
}
}