-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
92 lines (81 loc) · 1.45 KB
/
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
.container{
padding-bottom: 50px 50px;
}
.navbar{
border-radius: 15px;
}
.price{
color:goldenrod;
}
.button1{
font-weight: 700;
border: none;
color:black;
background-color:coral;
border-radius: 12px;
padding: 8px 15px;
}
.button2{
font-weight: 700;
border: none;
color:white;
background-color:black;
border-radius: 12px;
padding: 8px 15px;
}
.card{
justify-content: center;
}
#taru2{
background-image: url("images/bg-2.png");
background-repeat: no-repeat;
background-position: bottom;
background-size: 23%;
background-position: left bottom;
}
#taru{
background-image: url("images/bg-1.png");
background-repeat: no-repeat;
background-size: 15%;
}
div{
padding-bottom: 15px;
}
.carousel-indicators li{
width: 12px;
height: 9px;
background-color: cacaca;
border-radius: 46%;
}
.carousel-indicators .active{
opacity: 1;
width: 32px;
height: 9px;
background-image: linear-gradient(45deg, #fdc21f, #fcc87a);
border-radius: 44%;
transition: 8s;
}
.card-footer{
border: none;
background-color:white
}
.ruler{
text-align: center;
padding-top: 10px;
}
.cat-line{
height: 4px;
width: 100px;
background-color: tomato;
margin: 0 auto;
border-radius: 50px;
padding-top: 10px;
}
.hand-image{
width: 90%;
height: auto;
}
.cat-bag{
padding-top: 100px;
padding-left: 100px;
}