-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcss.css
More file actions
50 lines (46 loc) · 809 Bytes
/
css.css
File metadata and controls
50 lines (46 loc) · 809 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
body{
background:antiquewhite;
color: aliceblue;
}
.box{
margin:auto;
width:400px;
height:500px;
margin-top: 7%;
/* padding-left: 25%; */
text-align: center;
background-color: rgba(0, 0, 0, 0.9) ;
border-radius: 10px;
/* display: flex;
flex-direction: column;
justify-content: center; */
}
#pa{
width: 300px;
height: 250px;
border-radius: 5px;
}
.btn{
padding: 25px;
/* margin: 30p; */
margin: auto;
/* margin: auto; */
/* width: 50px; */
}
.btn1{
width: 200px;
height:40px;
/* font-size: large; */
color:black;
/* font-weight: 500; */
border-radius: 5px;
background-color: antiquewhite;
/* margin: auto; */
}
.tit{
padding: 12px;
color: aqua;
}
#result{
color:white;
}