-
Notifications
You must be signed in to change notification settings - Fork 0
/
perfume.css
60 lines (50 loc) · 937 Bytes
/
perfume.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
html, body {
height: 100%;
width: 100%;
}
body {
font-family: "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
font-style: normal;
}
.parent {
background-color: #810955;
border: none;
margin: 1rem;
padding: 2rem 2rem;
text-align: center;
width: 700px;
height: 500px;
}
.img {
width: 250px;
height: 350px;
}
.flex {
display: inline-block;
border: none;
padding: 75px 45px;
vertical-align: middle;
width: 250px;
height: 350px;
background-color: white;
text-align: left;
margin-left: auto;
}
h2 {
display: inline-block;
}
#initial_money {
display: inline-block;
padding-left: 50px;
}
button {
background-color: #810955;
color: white;
border: none;
padding-left: 30px;
width: 170px;
height: 40px;
border-radius: 15px 15px 15px 15px;
text-align: center;
font-size: medium;
}