-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
89 lines (74 loc) · 1.43 KB
/
style.css
File metadata and controls
89 lines (74 loc) · 1.43 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
*{
/* background-color: rgb(248, 247, 247); */
place-items: center;
}
.content{
/* background: rgb(158, 69, 69); */
background-color: #e0e0e0;
margin-top: 100px;
width: 350px;
height: 300px;
border-radius: 8px 8px 70px ;
box-shadow:.3 rgb(7, 7, 7);
/* position: absolute; */
}
form{
display: flex;
gap: 10px;
align-items: center;
font-family: Arial, Helvetica, sans-serif;
}
label{
font-size: 12px;
color: #374151;
display: block;
margin-top: 20px;
font-family: 'poppins', sans-serif;
font-weight: 500;
}
input {
width: 60px;
padding: 8px;
font-size: 18px;
text-align: center;
border: 1px solid #ccc;
border-radius: 5px;
outline: none;
}
.input{
display: flex;
flex-direction: column;
align-items: center;
}
.second{
display: flex;
margin: 0%;
}
.ruler{
width: 220px;
margin: 20px 0;
background-color: #374151;
border: 1px solid rgb(216, 209, 209);
}
.cal{
font-size: 2rem;
margin-left: 10px;
font-weight: 900;
margin-top: px;
font-family: 'poppins', sans-serif, cursive ;
}
#purple{
color: rgb(91, 91, 129);
}
.text{
color: #1e3a8a;
}
.btn{
border: hidden;
font-size: larger;
background: #1e3a8a;
border-radius: 100%;
}
.btn:hover::after{
transform: scale3d(1);
}