File tree 1 file changed +59
-0
lines changed
1 file changed +59
-0
lines changed Original file line number Diff line number Diff line change
1
+ body {
2
+
3
+ background-color : white;
4
+ font-family : 'Trebuchet MS' , Helvetica, sans-serif;
5
+ }
6
+ header {
7
+
8
+ padding-bottom : 2px ;
9
+ overflow : hidden;
10
+ }
11
+
12
+ nav {
13
+ background-color : # f37021 ;
14
+ }
15
+
16
+ .heading_1 {
17
+ color : # f37021 ;
18
+ }
19
+
20
+ .card-deck {
21
+ padding-top : 20px ;
22
+ # background-color : black;
23
+
24
+ }
25
+
26
+ a : hover {
27
+ color : # f37021 ;
28
+ }
29
+
30
+ .card {
31
+ background-color : # d3d3d3 ;
32
+ color : black;
33
+ }
34
+
35
+ .font-italic text-left justify-content-end {
36
+ color : # f37021 ;
37
+ }
38
+
39
+ .jumbotron {
40
+
41
+ # background-image : url("https://s3.amazonaws.com/codecademy-content/projects/make-a-website/lesson-2/bg.jpg" );
42
+ font- family: 'Trebuchet MS' , Helvetica , sans-serif ;
43
+ background- size: cover;
44
+ background- color : # f37021 ;
45
+ }
46
+
47
+ .sidebar-sticky .col-md-2 {
48
+ padding-right : 1000px ;
49
+ margin-right : 30px ;
50
+ border-right : # f37021 ;
51
+ }
52
+
53
+ hr {
54
+ # border-top : 10px # d3d3d3 ;
55
+ # height : 5px;
56
+ bor der- color : # d6d6d6 ;
57
+ padding: 20px 0;
58
+ margin- right: 30px;
59
+ }
You can’t perform that action at this time.
0 commit comments