-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
50 lines (43 loc) · 1.21 KB
/
Copy pathstyle.css
File metadata and controls
50 lines (43 loc) · 1.21 KB
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
header.masthead {
text-align: center;
color: rgb(140, 11, 11);
background-image: url("../img/masterpageFoto.jpg");
background-repeat: no-repeat;
background-attachment: scroll;
background-position: center;
background-size: cover;
}
header.masthead .intro-text {
padding-top: 100px;
padding-bottom: 100px;
}
/* <!-- The title of the conference --> */
header.masthead .intro-text .intro-lead-in {
font-size: 22px;
font-style: italic;
line-height: 22px;
margin-bottom: 25px;
font-family: 'Droid Serif', "Helvetica Neue", Helvetica, Arial, sans-serif;
margin-bottom: 25px;
}
header.masthead .intro-text .intro-heading {
font-size: 50px;
font-weight: 700;
line-height: 50px;
margin-bottom: 25px;
font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
color: rgb(215, 240, 24); /* preferred color */ -webkit-text-stroke: 2px black; /* outline */
}
/* <!-- The button to attend the conference --> */
.btn{
font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 700;
}
.btn-xl {
font-size: 18px;
padding: 20px 40px;
}
.btn-primary {
background-color: #428bca;
border-color: #ce84d6;
}