-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
108 lines (84 loc) · 1.4 KB
/
index.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
100
101
102
103
104
105
106
107
108
.jumbotron-header{
padding-top: 250px;
padding-bottom:250px;
background-image:url("images/homepage-background.png");
width:100%;
height:100%;
background-size:cover;
background_repeat:no-repeat;
background-attachment:fixed;
text-align: center;
}
.navbar-sticky{
position: sticky;
top: 0;
padding: 5px;
}
/* Style all font awesome icons */
.fa {
padding: 20px;
font-size: 30px;
width: 70px;
text-align: center;
text-decoration: none;
border-radius: 50%;
}
/* Add a hover effect if you want */
.fa:hover {
opacity: 0.7;
}
/* Set a specific color for each brand */
/* Facebook */
.fa-facebook {
background: #3B5998;
color: white;
}
/* Twitter */
.fa-twitter {
background: #55ACEE;
color: white;
}
p{ font-family: "Open sans", sans-serif;}
/*
header{
text-align: center;
background: url("http://www.stcs.co.uk/wp-content/uploads/2015/08/homepage-background.png");
background-size: cover;
}
body{
margin: 0 auto;
font-family: helvetica
}
div{
height: 200px;
background-size: cover;
background-position: center;
position: relative;
margin: 40px 0 0 0;
border-radius: 12px;
}
.first{
background:url("filepath")
}
.second{
background: url("filepath")
}
img{
margin: 40px 0px 0px 0px;
border: 7px solid white;
border-radius: 20px;
}
ul{
padding: 10px;
}
li{
display:inline;
padding: 20px;
}
a{
text-decoration: none;
color: white;
}
h2{
color: purple;
}