-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathside.css
More file actions
90 lines (86 loc) · 1.48 KB
/
side.css
File metadata and controls
90 lines (86 loc) · 1.48 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
*{
padding: 0px;
box-sizing: border-box;
}
.box{
width: 1100px;
}
.all {
margin-left: 35%;
border: 1px solid black;
height: 675px;
width: 400px;
border-radius: 20px;
font-family: "Red Hat Display", sans-serif;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
color: wit;
}
.hero {
width: 400px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
margin:0px
}
.title{
text-align: center;
}
.big{
text-align:center;
font-size: 16px;
color:hsl(224, 23%, 55%);
line-height: 25px;
}
.button {
margin-left: 9%;
border:none;
height: 100px;
width: 325px;
display: flex;
background-color: hsl(225, 100%, 98%);
border-radius: 15px;
}
.music{
margin-top: 20px;
margin-left: 15px;
}
.buttonwords{
display: flex;
text-align: center;
margin-top: 10px;
}
.smallwords{
flex-direction: row;
line-height: 10px;
margin-right: 62px;
margin-left: 20px;
}
.price{
color: hsl(224, 23%, 55%);
}
.change{
margin-top: 25px;
font-size: 14px;
color: (223, 47%, 23%);
}
.ending{
text-align: center;
border: 1px solid black;
margin-left: 9%;
width: 325px;
height: 50px;
vertical-align: middle; background-color: hsl(245, 75%, 52%);
border-radius: 15px;
margin-top: 9%;
}
.payment{
color: white;
margin-bottom: 40px;
}
.order{
color: hsl(224, 23%, 55%);
}
.attribution{
margin-top: 100px;
}