-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcsiroundcss.css
More file actions
106 lines (99 loc) · 2.13 KB
/
csiroundcss.css
File metadata and controls
106 lines (99 loc) · 2.13 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
*{
box-sizing: border-box;
}
.abc{
border: 1px solid rgb(11, 163, 87);
height:37%;
width:100%;
padding-left: 80px;
background-color: rgb(190, 226, 61);
}
.def{
border: 2px solid rgb(102, 23, 192);
height: 63%;
width: 100%;
background-color: #ee63e2;
padding: 80px 30px;
margin-top: 10px;
}
.contact-details-modal {
top: 15%;
border-radius: 12px;
-webkit-border-radius: 3px;
min-height: 70% !important;
width: 80%;
left: 40%;
}
input {
border: none;
width: 7.5ch;
background:
repeating-linear-gradient(90deg,
rgb(14, 12, 12) 0,
rgb(20, 17, 17) 1ch,
transparent 0,
transparent 1.5ch)
0 100%/100% 2px no-repeat;
color: rgb(20, 19, 26);
font: 5ch consolas, monospace;
letter-spacing: .5ch;
text-transform: uppercase;
font-weight: bolder;
}
input:focus {
outline: none;
color: rgb(1, 2, 2);
}
h1{
color:rgb(235, 12, 142);
}
.meter_reading{
margin-bottom: 85px;
padding-right: 80px;
margin-right: 130px;
}
button{
width: 50px;
}
.a{
border: 5px solid rgb(10, 10, 19);
padding: 10px 80px 10px 10px;
border-radius: 24px;
cursor: pointer;
font-weight: bolder;
box-shadow: 1px 3px 2px 2px rgb(14, 12, 12);
}
.a:hover{
background-color: chartreuse;
}
body{
background-color: #5fbaee;
}
h1{
font-family: Verdana, Geneva, Tahoma, sans-serif;
color: rgb(29, 24, 24);
}
.b{
border: 5px solid rgb(34, 39, 43);
padding: 10px 80px 10px 10px;
border-radius: 24px;
cursor: pointer;
box-shadow: 2px 3px 6px 4px rgb(14, 12, 12);
margin-left: 1200px;
width: 190px;
}
.b:hover{
background-color: rgb(93, 212, 216);
}
.c{
border: 5px solid rgb(34, 39, 43);
padding: 10px 80px 10px 10px;
border-radius: 24px;
cursor: pointer;
box-shadow: 2px 3px 6px 4px rgb(14, 12, 12);
margin-right: 1200px;
width: 190px;
}
.c:hover{
background-color: rgb(93, 212, 216);
}