-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
71 lines (55 loc) · 1.47 KB
/
styles.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
#main-navbar {
background-color: white;
padding: 15px;
}
#navbar-container {
border-bottom: 1px #bdc3c7 solid;
}
#company-navbar {
color: #e74c3c;
font-size: 30px;
margin-left: 13%;
}
#signin {
color: #e74c3c;
font-size: 18px;
margin-right: 130px;
margin-top: 40px;
}
.container-fluid {
margin: 0 !important;
padding: 0 !important;
}
#iphone-image {
height: 700px;
}
#iphone-block {
margin-left: 25%;
margin-top: 50px;
margin-bottom: 50px;
}
#company-CTA {
text-align: center;
margin-top: 150px;
}
#company-lead {
font-size: 70px;
}
#fb-signin-btn {
font-size: 20px;
padding: 10px 35px 10px 35px;
}
#fb-permission {
color: #34495e;
margin-top: 20px;
font-size: 16px;
}
#footer-box {
background-color: white;
height: 200px;
border-top: 1px #bdc3c7 solid;
}
#fb-like-example {
margin-left: 300px;
margin-top: 50px;
}