-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
79 lines (72 loc) · 1.29 KB
/
index.css
File metadata and controls
79 lines (72 loc) · 1.29 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
body{
margin:0;
padding: 0;
background-color:#00FA9A;
}
.header{
height: 3rem;
text-align: center;
align-items: center;
background-color:black;
color: coral;
}
.entering{
margin-top:50px;
height: 430px;
width: 500px;
background-color: #2b4353;
position: relative;
align-items: center;
left: 30%;
}
.header2{
margin-top: 20px;
position: absolute;
left: 30%;
margin-bottom: 40px;
background-color: #b6e1e0;
font-size: 2rem;
color: #2929d9;
}
.details{
margin-top:100px;
position: absolute;
left: 5%;
}
#inp-val{
height: 2rem;
/* font-size: 1.1rem; */
}
#inp-val:focus{
background-color: #cbf078;
outline: none;
box-shadow: 0 0 3px orange;
size: 60;
}
.boxes{
position: absolute;
margin-top: 200px;
left: 5%;
padding: 20px;
color: aquamarine;
}
.strength{
position: absolute;
left: 30%;
margin-top: 300px;
background-color: #d1af;
color: greenyellow;
}
.btn{
position: absolute;
left: 35%;
margin-top: 350px;
}
button{
background-color: #cbf078;
height: 3rem;
width: 5rem;
color: #d85c14;
border: 1px dashed black;
border-radius: 10px;
}