-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathminiCalc.css
More file actions
63 lines (53 loc) · 894 Bytes
/
miniCalc.css
File metadata and controls
63 lines (53 loc) · 894 Bytes
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
h1{
font-family: Times New Roman;
color: black;
/*display: flex;
/*padding: 30px;*/
}
body{
font-family: sans-serif;
background:pink;
}
button{
margin: auto;
/*padding: 20px;*/
font-size: 30px;
width: 70px;
height: 70px;
margin:auto;
/*border: 1px solid red;*/
}
input{
font-size: 18px;
border: 1px solid black;
width: 250px;
height: 50px;
margin: auto;
border-radius:10px;
}
table{
margin: auto;
/*padding: 20px;*/
}
#wrapper {
width: 350px;
height: 550px;
background: grey;
margin: auto;
border: 2px solid grey;
border-radius: 50px;
text-align: center;
/*display: flex;
flex-wrap: wrap;
flex-direction: column;
box-shadow: 5px 10px;
justify-content: center;*/
}
.bt{/*
width: 100%;*/
/*display: flex;
margin:auto;
flex-direction: center;*/
text-align: center;
margin: auto;
}