-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyling.css
More file actions
49 lines (37 loc) · 863 Bytes
/
styling.css
File metadata and controls
49 lines (37 loc) · 863 Bytes
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
/* style body with background image and set to cover, and font-family */
body{
font-family: Arvo,serif;
background: url(https://freenaturestock.com/wp-content/uploads/freenaturestock-101.jpeg) no-repeat center center;
background-attachment: fixed;
background-size: cover;
}
/* style brand */
.logo{
height: 30px;
}
/* style navigation bar */
.navbar-inverse{
background: rgba(0, 0, 0, 0.5);
}
.nav li{
color: #fff;
font-size: 17px;
margin-right: 35px;
padding: 10px 0;
}
/* style jumbotron */
.jumbotron{
background-color: transparent;
color: rgb(14, 1, 1);
text-align: center;
margin: 0;
padding: 10px;
letter-spacing: 2.5px;
}
/* style icon */
.bodyimage{
height: 100px;
}
/* style contact button */
/* style footer */
/* use media queries to change icons size in small devices */