-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
75 lines (60 loc) · 1.17 KB
/
style.css
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
.main {
display: flex;
justify-content: space-around;
background-color: rgb(13, 216, 67);
}
.codePart {
width: 100%;
background-color: rgb(13, 13, 2);
color: aliceblue;
}
textarea {
font-size: large;
overflow: scroll;
width: 100%;
height: 300px;
color: aliceblue;
border-radius: 2%;
box-sizing: border-box;
background-color: rgb(18, 18, 34);
}
.h1 {
text-align: left;
font-size: xx-large;
display: inline;
margin-left: 4px;
font-size: larger;
color: aliceblue;
background-color: rgb(9, 9, 11);
}
iframe {
width: 100%;
overflow: scroll;
height: 300px;
font-size: xx-large;
}
.btn {
float: inline-end;
background-color: rgb(56, 175, 116);
margin-right: 8px;
border-radius: 4px;
}
.head {
text-align: center;
background-color: rgb(188, 111, 34);
margin: 0cap;
height: 7%;
}
.output {
text-align: center;
}
.h2 {
text-align: center;
justify-self: baseline;
font-size: xx-large;
color: aliceblue;
background-color: black;
}
.code {
font-size: xx-small;
}