-
Notifications
You must be signed in to change notification settings - Fork 0
/
code.css
43 lines (39 loc) · 1.11 KB
/
code.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
div.codewrapper {
position: relative;
margin: 0 auto;
max-height: 2000px;
display: flex;
justify-content: space-between;
}
div.codewrapper::after {
content: '';
position: absolute;
display: inline-block;
top: 0%;
left: calc(50% - 1px);
bottom: 5%;
width: 0;
border-right: 1px solid black;
}
div.codeleft{
vertical-align: top;
}
div.coderight {
vertical-align: top;
}
div.codeleft {
display: inline-block;
width: 46%;
margin-left: 0%;
margin-right: 0%;
}
div.coderight {
display: inline-block;
width: 46%;
margin-left: 0%;
margin-right: 0%;
}
language{background-color:#bec1fa;font-style: italic; line-height:24px;}
language{padding:2px 4px 2px 3px;font-family:SFMono-Regular, Menlo, Monaco, Consolas, liberation mono, courier new, monospace;font-size:8px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;color:#000;}
appname{padding: 0px 5px 0px 0px;color:#e74c3c; line-height:16px;font-size:16px}
appnamebold{padding: 0px 5px 0px 0px;color:#e74c3c;font-weight: bold; line-height:16px;font-size:16px}