-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
45 lines (44 loc) · 1.38 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
body {
background: url(http://gettrainingwheels.org/sample-landing-page/images/tw-pattern-dark.png) repeat;
font-family: 'Open Sans', sans-serif;
color: #222222;
}
#container {
background-color: #E5DA55;
border-radius: 5px;
margin: 0 auto;
max-width: 500px;
padding: 25px;
margin-top: 45px;
box-shadow: 6px 6px 0px #222;
}
.url {
margin-bottom: 45px;
}
h1 {
font-family:"BebasNeueRegular", helvetica, arial, sans-serif;
font-size: 40px;
text-shadow: 2px 2px 0px #fff;
color: #333;
text-align: center;
margin-bottom: 35px;
}
#student, #instructor {
width: 150px;
float: left;
padding-right: 25px;
margin-bottom: 62px;
}
@font-face {
font-family: 'BebasNeueRegular';
src: url('http://gettrainingwheels.org/sample-landing-page/fonts/bebas-neue/BebasNeue-webfont.eot');
src: url('http://gettrainingwheels.org/sample-landing-page/fonts/bebas-neue/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
url('http://gettrainingwheels.org/sample-landing-page/fonts/bebas-neue/BebasNeue-webfont.woff') format('woff'),
url('http://gettrainingwheels.org/sample-landing-page/fonts/bebas-neue/BebasNeue-webfont.ttf') format('truetype'),
url('http://gettrainingwheels.org/sample-landing-page/fonts/bebas-neue/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
font-weight: normal;
font-style: normal;
}
.url {
font-weight: 700;
}