-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
62 lines (62 loc) · 1.25 KB
/
Copy pathstyle.css
File metadata and controls
62 lines (62 loc) · 1.25 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
*{
padding:0px;
margin:0px;
}
body{
background:#f5f5f5;
padding:10px;
}
h3{
font-weight:900;
font-size:2rem;
padding:20px;
padding-bottom:20px;
}
.container{
width:100%;
padding:10px;
margin: 0px auto;
background:#bfbfbf7a;
border-bottom-left-radius:5px;
border-top-left-radius:5px;
}
select{
float:right;
background:none;
border:none;
font-size:0.9rem;
}
.row{
width:100%;
padding-bottom:20px;
}
textarea{
margin:0px !important;
width:100%;
font-size:1rem;
}
.editor{
padding-top:20px;
}
.output{
padding:20px;
border:1px solid black;
width:100%;
background:#000000a6;
min-height:200px;
border-bottom-right-radius:5px;
border-top-right-radius:5px;
color:white;
}
.flex{
display:flex;
flex-dirext:row;
flex-wrap:no-wrap;
}
.btn{
margin-top:10px;
padding:3px;
padding-left:10px;
padding-right:10px;
border-radius:2px;
}