-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
70 lines (53 loc) · 1.02 KB
/
style.css
File metadata and controls
70 lines (53 loc) · 1.02 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
63
64
65
66
67
68
69
70
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');
#jstxt {
resize:none;
border:1px solid rgb(130,130,130);
background-color:rgb(28,28,28);
height:350px;
width:400px;
font-family: 'Archivo Black', sans-serif;
color:rgb(242,121,20);
}
#jstxt:focus {
resize:none;
border:1px solid rgb(130,130,130);
background-color:rgb(28,28,28);
height:350px;
width:400px;
font-family: 'Archivo Black', sans-serif;
color:rgb(242,121,20);
}
#run {
border:0;
background-color:lime;
color:black;
height:40px;width:70px;
font-size:25px;
font-style:italic;
}
#ide {
transform:translateX(-100% , -100%);
align-items:center;
justify-content:center;
display:block;
width:405px;
}
.jsimg img{
height:50px;width:50px;
}
#jstxt::placeholder {
color:rgb(242,121,20);
}
#ide h1 {
text-align:center;
color:blue;
}
#jstxt {
border:2px solid rgb(242,121,20);
font-family: 'Archivo Black', sans-serif;
}
body {
background-color:black;
margin:0;
padding:0;
}