-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
82 lines (79 loc) · 1.42 KB
/
index.css
File metadata and controls
82 lines (79 loc) · 1.42 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
#view
{
margin-top: 15px;
align-items: center;
text-align: center;
font-size: 25px;
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
color: black;
background-color:mediumpurple;
height:45px;
width:450px;
margin-left:500px;
border-radius: 50px;
}
body{
background-image: url('https://media.giphy.com/media/AOSwwqVjNZlDO/giphy.gif');
}
h1
{
color: white;
text-align: center;
font-size:20px;
}
#finaloutput
{
text-align: right;
width:420px;
}
.box
{
height:580px;
width:450px;
margin-left:500px;
margin-top: 10px;
background-color:darkslateblue;
border-radius:20px;
}
.displaydesign
{
background-color:#2b9b8c;
font-size:32px;
height:110px;
width:320px;
margin-left:10px;
border-top-left-radius:14px;
border-top-right-radius:14px;
font-size:36px;
font-weight: 700;
color:#1d0303;
align-content:right;
}
.buttondesign
{
width: 55px;
height: 60px;
background:#ecedef;
font-size:30px;
font-weight: 700;
color:#5E5858;
border:none;
border-radius: 50%;
cursor:pointer;
margin:20px 5px 0px 10px;
outline:none;
}
.buttondesign1
{
width: 45px;
height: 60px;
background:#ecedef;
font-size:30px;
font-weight: 700;
color:#5E5858;
border:none;
border-radius: 50%;
cursor:pointer;
margin:20px 5px 0px 15px;
outline:none;
}