forked from ryanorsinger/ten-functions
-
Notifications
You must be signed in to change notification settings - Fork 200
/
Copy pathstyle.css
66 lines (53 loc) · 1.05 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
/* CSS files add styling rules to your content */
body {
font-family: "Benton Sans", "Helvetica Neue", helvetica, arial, sans-serif;
margin: 2em;
width: 66%;
margin: 0 auto;
}
main {
}
h1 {
text-align: center;
font-style: italic;
color: #373fff;
}
#exercises {
margin-top: 2em;
}
pre {
display: inline;
font-size: 1.23em;
}
#home {
position: fixed;
top: 0;
right: 0;
margin: .5em;
}
body > div > div.jasmine-alert > span.jasmine-menu.jasmine-bar.jasmine-failure-list > a {
font-size: 2em;
margin: 2em;
text-align: center;
}
body > div > div.jasmine-alert > span.jasmine-menu.jasmine-bar.jasmine-spec-list > a {
font-size: 2em;
margin: 2em;
text-align: center;
}
body > div > div.jasmine-alert > span.jasmine-menu.jasmine-bar.jasmine-failure-list > span {
font-size: 2em;
margin: 2em;
text-align: center;
}
body > div > div.jasmine-alert > span.jasmine-menu.jasmine-bar.jasmine-spec-list > span {
font-size: 2em;
margin: 2em;
text-align: center;
}
article > pre {
display: block;
}
p {
text-align: center;
}