-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
120 lines (103 loc) · 1.93 KB
/
index.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
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
body {
margin: 0;
align-items: center;
background-color: #1f2937;
}
#div-main-el {
width: 800px;
height: 640px;
padding-top: 50px;
margin: 30px auto;
box-shadow: #1f2937 -120px -120px 500px -18px inset,
#4adf86 25px 25px 30px -18px inset;
border-radius: 20%;
}
#title-el,
#title2-el,
#dis-el {
margin-left: 90px;
}
#title-el,
#title2-el {
font-size: 50pt;
}
#title-el {
margin-top: 50px;
}
#title-el,
#dis-el {
color: white;
}
#dis-el {
font-size: 20pt;
margin-top: 10px;
}
#title2-el {
color: #4adf86;
margin-top: -60px;
}
#button-el {
font-weight: bolder;
font-size: 20pt;
color: #ffffff;
margin-left: 90px;
margin-top: 50px;
padding: 15px;
border: none;
border-radius: 25px;
box-shadow: #4adf86 0px 0px 15px inset;
background-color: #1f2937;
}
#output-div-el {
margin-top: 10px;
display: flex;
justify-content: space-between;
}
#output1-el {
color: #4adf86;
width: 250px;
height: 33.333px;
margin-left: 100px;
padding-top: 20px;
box-shadow: #1f2937 0px -50px 100px -18px inset,
#4adf86 15px 15px 18px -18px inset;
border-radius: 25px;
text-align: center;
}
#output2-el {
color: #4adf86;
width: 250px;
height: 33.333px;
margin-right: 100px;
padding-top: 20px;
box-shadow: #1f2937 0px -50px 100px -18px inset,
#4adf86 15px 15px 18px -18px inset;
border-radius: 25px;
text-align: center;
}
.div-el {
display: block;
justify-items: end;
}
hr {
width: 75%;
margin-top: 20px;
margin-bottom: 30px;
background-color: rgba(74, 223, 134, 20%);
border: 1px solid rgba(74, 223, 134, 20%);
}
#profile{
color: #4adf86;
margin-top: 10px;
text-align: center;
}
#profile a{
padding: 5px;
border: #1f2937 5px solid;
border-radius: 25px;
box-shadow: #4adf86 1px 1px 10px -1px inset,#4adf86 1px 1px 1px -1px,#4adf86 -1px -1px 1px -1px;
font-family: 'Times New Roman', Times, serif;
font-size: 16pt;
color: #ffffff;
text-decoration: none;
}