-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.css
More file actions
100 lines (87 loc) · 1.96 KB
/
Copy pathProject.css
File metadata and controls
100 lines (87 loc) · 1.96 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
91
92
93
94
95
96
97
98
99
100
.body1{
background-color: rgb(240, 73, 165);
}
.body2{
background-color: rgb(229, 230, 241);
}
.title{
text-align: center;
font-size: 50px;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif
;
text-shadow: 0px 5px 5px rgb(90, 5, 73);
}
.Result{
text-align: center;
font-size: 40px;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif
;
}
.container{
text-align: center;
display: flex;
justify-content: space-between ;
box-shadow: 5px 5px 5px rgb(0, 0, 0);
margin-bottom: 20px;
align-items: center;
}
.container1{
text-align: center;
display: flex;
justify-content: center ;
}
.inputnum{
/* i want to increase the size of the input field */
height: 50px;
width: 200px;
border-radius: 10px;
text-align: center;
font-size: 20px;
font-family: 'Times New Roman', Times, serif;
margin-right: 10px;
margin-left: 10px;
margin-top: 10px;
margin-bottom: 10px;
}
.container2{
text-align: center;
display: flex;
justify-content: center ;
margin-top: 20px;
}
.btn{
background-color: rgb(253, 115, 173);
height: 50px;
width: 100px;
border-radius: 10px;
font-size: 20px;
font-family: 'Times New Roman', Times, serif;
margin-right: 10px;
margin-left: 10px;
margin-top: 10px;
margin-bottom: 10px;
}
.innercontainer{
display: flex;
}
.colors{
height: 50px;
width: 50px;
border-radius: 10px;
margin-right: 10px;
margin-left: 10px;
margin-top: 10px;
margin-bottom: 10px;
}
.fbtn{
background-color: rgb(253, 139, 196);
color: black;
height: 50px;
border-radius: 10px;
font-size: 20px;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
margin-right: 10px;
margin-left: 10px;
margin-top: 10px;
margin-bottom: 10px;
}