Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
goelp14
GitHub Repository: goelp14/easyctf-iv-problems
Path: blob/master/pixelly/src/public/main.css
650 views
1
body {
2
padding: 2rem;
3
font-size: 12pt;
4
font-family: monospace;
5
}
6
7
.container {
8
margin: 2rem auto;
9
max-width: 40em;
10
}
11
12
h1, h2, h3, h4, h5, h6 {
13
line-height: 1.2;
14
}
15
16
input {
17
padding: 0.25em 0.5em;
18
}
19
20
a {
21
text-decoration: none;
22
}
23
24
a:hover, a:active {
25
text-decoration: underline;
26
}
27
28
h1.page-title > a {
29
color: inherit;
30
text-decoration: none;
31
}
32
33
#fileview {
34
white-space: pre;
35
}
36
37
38