-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
67 lines (53 loc) · 1.03 KB
/
styles.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
61
62
63
64
65
66
67
/* body{
background-color: blue;
} */
.container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
max-width: 220px;
min-width: 120px;
height: 200px;
background-color: white;
padding: 20px;
border-width: 5px;
border-style: groove;
}
.display {
display: flex;
align-items: center;
justify-content: center;
background-color: rgb(243, 243, 122);
border-radius: 10px;
width: 80%;
height: 200%;
font-size: 16pt;
border: 5px;
margin-bottom: 20px;
}
button {
display: flex;
align-items: center;
justify-content: center;
display: inline-flex;
font-size: 16pt;
width:fit-content;
min-width: 30px;
margin-inline: 3px;
margin-bottom: 5px;
}
/* .message{
margin-top:20px;
color: blue;
font-size: 16pt;
} */
.messageBox{
display:flex;
align-items: center;
justify-content: center;
width: 220px;
color: red;
font-size: 14pt;
margin: 15px;
}