-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStyleV2.css
More file actions
50 lines (45 loc) · 766 Bytes
/
Copy pathStyleV2.css
File metadata and controls
50 lines (45 loc) · 766 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
50
.cal {
text-align: center;
color: black;
text-shadow: 3px 2px white;
font-weight: bold;
height: 100%;
margin: 0;
background-color: #01ff70;
}
.inputTextBox {
position: relative;
top: 150px;
line-height: 50px;
height: 100%;
padding-right: 30px;
padding-bottom: 30px;
box-shadow: 10px 10px 5px #888888;
border-radius: 25px;
}
.button {
padding: 8px;
margin: 30;
position: relative;
top: 200px;
}
.resultBox {
position: relative;
top: 275px;
line-height: 50px;
}
.leftpane {
width: 50%;
height: 100%;
float: left;
background-color: #01ff70;
border-collapse: collapse;
}
.rightpane {
width: 50%;
height: 100%;
position: relative;
float: right;
background-color: yellow;
border-collapse: collapse;
}