-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
99 lines (95 loc) · 1.59 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
html, body {
margin: 0;
padding: 0;
color: white;
}
.container {
max-width: 940px;
margin: 0 auto;
}
.container-full-one {
margin: 0 auto;
width: 100%;
background-color: #161718;
}
.container-full-two {
margin: 0 auto;
width: 100%;
background-color: black;
}
/* * {
border: 1px green solid;
} */
/* Header-------------------*/
.header {
}
.header ul{
text-align: right;
}
.header .row .logo {
width: 106px;
height: 75px;
}
.header li {
display: inline;
list-style-type:none;
text-align: center;
}
.header .features a{
padding: 10px 20px 10px 20px;
color: white;
}
.header .downloads a {
background-color: #FF003D;
padding: 10px 20px 10px 20px;
text-decoration: none;
color: white;
}
.header .downloads a:hover {
text-decoration: none;
}
/* Jumbotron-------------*/
.jumbotron {
background-image: url("https://s3.amazonaws.com/codecademy-content/projects/bass/bg.jpg");
background-size: cover;
height: 500px;
margin: 0;
}
/*main----------------*/
.main {
padding: 100px 0 0 0;
}
/*supporting----123-----*/
.supporting {
background-color: black;
}
.row-padding {
padding: 50px 0;
}
/*supporting-4----------*/
.supporting-4 {
background-image: url("https://s3.amazonaws.com/codecademy-content/projects/bass/feature.jpg");
background-size: cover;
background-position: 0% 55%;
padding: 150px 0;
text-align: center;
}
/*footer---------------*/
.footer {
background-color: black;
padding: 50px;
}
.footer h3{
font-size: 16px;
}
.footer ul {
margin: 0;
padding: 0;
}
.footer li {
list-style: none;
padding: 6px 0;
}
.footer li a{
color: #AAAAAA;
}