File tree Expand file tree Collapse file tree 1 file changed +0
-47
lines changed Expand file tree Collapse file tree 1 file changed +0
-47
lines changed Original file line number Diff line number Diff line change 3
3
width : 100vw ;
4
4
}
5
5
6
- /* #sidebar * {
7
- margin-bottom: 6px;
8
- } */
9
-
10
- /* #sidebar h1 {
11
- margin-top: '20px';
12
- background: #7F7FD5;
13
- background: -webkit-linear-gradient(to right, #91EAE4, #86A8E7, #7F7FD5);
14
- background: linear-gradient(to right, #91EAE4, #86A8E7, #7F7FD5);
15
- background-clip: text;
16
- -webkit-background-clip: text;
17
- -webkit-text-fill-color: transparent;
18
- } */
19
-
20
- # linewidth {
21
- margin-top : 10px !important ;
22
- }
23
-
24
6
# container {
25
7
height : 100% ;
26
8
display : flex;
27
9
width : 100% ;
28
10
}
29
11
30
- /* #sidebar{
31
- display: flex;
32
- flex-direction: column;
33
- padding: 5px;
34
- width: 250px;
35
- background-color: #202020;
36
- padding-left: 15px;
37
- } */
38
- .input-container {
39
- display : block;
40
- margin-top : 40px ;
41
- }
42
-
43
- .input-container label {
44
- display : block;
45
- color : white;
46
- }
47
-
48
- .input-container input {
49
- display : block;
50
- width : 60% ;
51
- }
52
-
53
- # clear {
54
- display : block;
55
- width : 60% ;
56
- margin-top : 20px ;
57
- }
58
-
59
12
60
13
61
14
You can’t perform that action at this time.
0 commit comments