-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
61 lines (55 loc) · 898 Bytes
/
Copy pathstyle.css
File metadata and controls
61 lines (55 loc) · 898 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
51
52
53
54
55
56
57
58
59
60
61
html{
height: 100vh;
overflow: hidden;
}
main{
margin: 0px;
}
body{
justify-content: center;
height: 100vh;
align-items: end;
}
#resultContainer{
max-width: 1060px;
margin: 0 auto;
}
.container{
max-width: 1060px;
margin: 0 auto;
width: 100%;
left: 0px;
right: 0px;
}
.buttons{
margin-bottom: 15px;
display: flex;
justify-content: center;
}
input[type="text"] {
border: 1px solid #a8a8a8;
width: 100%;
height: 40px;
border-radius: 5px;
margin-bottom: 10px;
}
.txtinp{
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
padding-right: 15px;
padding-left: 5px;
}
.inputuser{
color: #1795fc;
}
#resultContainer{
overflow-y: scroll;
-ms-overflow-y: scroll;
height: 70%;
}