File tree Expand file tree Collapse file tree 7 files changed +1127
-0
lines changed Expand file tree Collapse file tree 7 files changed +1127
-0
lines changed Original file line number Diff line number Diff line change
1
+ .block {
2
+ width : 50px ;
3
+ height : 50px ;
4
+ background : red;
5
+ }
6
+
7
+ .hero {
8
+ margin : auto;
9
+ text-align : center;
10
+ }
11
+ .hero h1 {
12
+ text-align : center;
13
+ font-size : 6rem ;
14
+ margin-bottom : 0px ;
15
+ }
16
+ .hero p {
17
+ text-align : center;
18
+ font-style : italic;
19
+ }
20
+ .hero h3 i {
21
+ margin-right : 10px ;
22
+ }
23
+
24
+ .nav .docked {
25
+ position : fixed;
26
+ top : 0 ;
27
+ left : 0 ;
28
+ right : 0 ;
29
+ z-index : 1 ;
30
+ background : white;
31
+ padding : 0 ;
32
+ margin : 0 ;
33
+ }
34
+
35
+ .nav .docked ul {
36
+ margin-left : 14px ;
37
+ margin-bottom : 10px ;
38
+ }
39
+
40
+ .nav {
41
+ overflow : auto;
42
+ border-top : 1px solid # aaa ;
43
+ border-bottom : 1px solid # aaa ;
44
+ padding-top : 1rem ;
45
+ padding-left : 10px ;
46
+ margin-top : 5% ;
47
+ }
48
+ .nav ul {
49
+ list-style : none;
50
+ }
51
+ .nav ul li {
52
+ float : left;
53
+ margin-right : 20px ;
54
+ }
55
+ .nav ul li a {
56
+ text-decoration : none;
57
+ text-transform : uppercase;
58
+ color : black;
59
+ font-weight : bold;
60
+ }
61
+ .hidden {
62
+ display : none;
63
+ }
64
+
65
+ pre {
66
+ margin : 0 ;
67
+ }
68
+
69
+ section {
70
+ padding-top : 5% ;
71
+ }
You can’t perform that action at this time.
0 commit comments