git ssb

0+

Rômulo Alves / website



Tree: 756ea9b64e891d165a78679421a9a401979fe59d

Files: 756ea9b64e891d165a78679421a9a401979fe59d / src / style.css

534 bytesRaw
1* {
2 color: #FFF;
3 font-family: Menlo, Monaco, Consolas;
4}
5
6body {
7 background: #000;
8 padding-top: 80px;
9}
10
11a:hover {
12 color: #81D4FA;
13}
14
15.container {
16 margin: 0 auto;
17 text-align: center;
18 width: 90%;
19}
20
21h1, h2 {
22 padding: 0;
23 margin: 0;
24}
25
26h1 {
27 font-size: 25px;
28}
29
30h2 {
31 color: #888;
32 font-size: 15px;
33}
34
35aside,
36.content {
37 margin-top: 50px;
38}
39
40.content section {
41 margin-top: 25px;
42}
43
44aside a,
45.content a {
46 display: inline-block;
47 font-size: 12px;
48 margin: 0 15px 15px 0;
49}
50
51.content h1 {
52 font-size: 20px;
53}
54

Built with git-ssb-web