This repository was archived by the owner on Mar 14, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathstyle.css
More file actions
77 lines (72 loc) · 1.36 KB
/
style.css
File metadata and controls
77 lines (72 loc) · 1.36 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
* {
padding: 0px;
margin: 0px;
}
body {
background-image: linear-gradient(120deg, #ff6b6b, #5f27cd);
height: 100vh;
background-position: top;
background-repeat: no-repeat;
background-size: cover;
/* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
}
.header {
background-color: #3f51b5dc;
/* background-size: center; */
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
height: 70px;
padding-top: 25px;
padding-left: 35px;
color: white;
font-size: 25px;
}
.section {
margin-top: 60px;
text-align: center;
}
.weight {
font-size: 28px;
padding-bottom: 20px;
}
.cal {
border: none;
outline: none;
background-color: transparent;
border-bottom: 2px solid black;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.height {
margin-top: 40px;
padding-bottom: 20px;
}
.btn {
margin-top: 40px;
height: 40px;
width: 180px;
background-color: rgba(0, 128, 0, 0.759);
border-radius: 20px;
cursor: pointer;
border: none;
box-shadow: 1px 1px 20px #ff6b6b;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
}
.total {
padding-top: 20px;
}
.tip {
border-bottom: 2px solid rgba(0, 128, 0, 0.352);
padding: 5px;
padding-left: 50px;
padding-right: 50px;
}
p {
padding-top: 20px;
}
.textC {
display: none;
}