-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
89 lines (71 loc) · 1.03 KB
/
styles.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
html.intro {
background-color: #ecf0f1;
}
#term_demo.terminal {
width: 100%;
font-family: FreeMono, monospace;
color: #aaa;
background-color: #000;
font-size: 40px;
text-align: left;
}
#term_demo .terminal-output div{
padding: 10px;
}
#term_demo .prompt {
line-height: inherit;
padding-left: 20px;
}
.column {
display: block;
float: left;
}
.left {
text-align: left;
}
.right {
text-align: right;
}
.center {
text-align: center;
}
img.half {
box-sizing: border-box;
padding: 13px;
}
.half {
width: 50%;
}
.third {
width: 33%;
}
h1.top {
margin-top: -2em !important;
}
h2.top {
margin-top: -4em !important;
}
h2.top {
}
.bottom {
padding-top: 7em !important;
}
.twitter-profile {
position: absolute;
clip: rect(1em, 9.5em, 13em, 1em);
}
.oss-banner {
background-color: rgba(0, 0, 0, 0.5);
height: 13em;
width: 41em;
position: absolute;
left: -7em;
top: 1.5em;
}
.responsibilities p {
}
.responsibilities h3 {
font-size: 1.2em;
margin-bottom: 0;
margin-top: 0.6em;
}