File tree 6 files changed +43
-24
lines changed
6 files changed +43
-24
lines changed Original file line number Diff line number Diff line change 58
58
59
59
*/
60
60
.features-section {
61
- padding : 75px 0 75px 38px ;
61
+ padding : 75px 0 75px 39px ;
62
+ color : # 333 ;
62
63
}
63
64
.features-toolbox {
64
65
background : url ('../img/features-toolbox.png' );
65
- width : 337px ;
66
- height : 252px ;
66
+ background-repeat : no-repeat;
67
+ width : 335px ;
68
+ height : 274px ;
67
69
float : right;
68
70
}
69
71
.features-heading {
70
- font-size : 28 px ;
72
+ font-size : 36 px ;
71
73
font-family : 'Nexa Bold' ;
74
+ color : # 333 ;
72
75
font-weight : normal;
73
76
margin-top : 0 ;
77
+ margin-bottom : 15px ;
74
78
}
75
79
.features-tag {
76
80
font-size : 28px ;
77
81
font-family : 'Nexa' ;
82
+ margin : 0 ;
83
+ margin-bottom : 30px ;
84
+ width : 530px ;
78
85
}
79
86
.features-desc {
80
87
font-size : 18px ;
90
97
width: 60px;
91
98
height: 60px;
92
99
margin-right: 20px;
100
+ position: relative;
101
+ width: 35px;
102
+ }
103
+ .features-pic > div {
104
+ position: absolute;
105
+ right: 0;
93
106
}
94
107
.features-pic-discovery {
95
108
width: 51px;
Original file line number Diff line number Diff line change @@ -660,4 +660,8 @@ jQuery.extend( jQuery.easing,
660
660
* OF THE POSSIBILITY OF SUCH DAMAGE.
661
661
*
662
662
*/
663
+
664
+
665
+
666
+
663
667
} )
Original file line number Diff line number Diff line change 47
47
< ul class ="footer-terms ">
48
48
< li > < a href ="/legal/privacy "> Privacy</ a > </ li >
49
49
< li > < a href ="/legal/security "> Security</ a > </ li >
50
- < li > < a href ="/legal/terms "> Terms of Service</ a > </ li >
50
+ < li class =" last " > < a href ="/legal/terms "> Terms of Service</ a > </ li >
51
51
</ ul >
52
52
< div style ="clear: both; "> </ div >
53
53
< div class ="copyright "> API ENGINE INC. © 2012 - MADE IN < a href ="http://en.wikipedia.org/wiki/Brisbane#Bris_Vegas "> BRIS VEGAS</ a > </ div >
Original file line number Diff line number Diff line change 1
1
< div class ="background light-grey ">
2
- < div class ="container features-section ">
3
- < div class ="features-toolbox ">
4
- </ div >
5
- < h2 class ="features-heading ">
6
- GREAT TOOLS
7
- </ h2 >
8
- < p class ="features-tag ">
9
- API Engine comes with a feature set of tools to suit large businesses,
10
- start-ups and individual developers alike
11
- </ p >
12
- < a href ="" class ="sbtn green "> SIGN UP</ a >
13
- < div style ="clear: both; ">
2
+ < div class ="container ">
3
+ < div class =" features-section ">
4
+ < div class ="features-toolbox ">
5
+ </ div >
6
+ < h2 class ="features-heading ">
7
+ GREAT TOOLS
8
+ </ h2 >
9
+ < p class ="features-tag ">
10
+ API Engine comes with a feature set of tools to suit large businesses,
11
+ start-ups and individual developers alike
12
+ </ p >
13
+ < a href ="" class ="sbtn green "> SIGN UP</ a >
14
+ < div style ="clear: both; ">
15
+ </ div >
14
16
</ div >
15
17
</ div >
16
18
</ div >
Original file line number Diff line number Diff line change 6
6
</ div >
7
7
< div class ="settings-menu-contents ">
8
8
< ul class ="settings-menu ">
9
- < li > < a href ="legal/beacon " class ="beacon "> Beacon</ a > </ li >
9
+ < li > < a href ="# legal/beacon " class ="beacon "> Beacon</ a > </ li >
10
10
< li class ="spacer "> </ li >
11
11
12
- < li > < a href ="legal/privacy " class ="privacy "> Privacy</ a > </ li >
13
- < li > < a href ="legal/security " class ="security "> Security</ a > </ li >
14
- < li > < a href ="legal/support " class ="support "> Support</ a > </ li >
12
+ < li > < a href ="# legal/privacy " class ="privacy "> Privacy</ a > </ li >
13
+ < li > < a href ="# legal/security " class ="security "> Security</ a > </ li >
14
+ < li > < a href ="# legal/support " class ="support "> Support</ a > </ li >
15
15
< li class ="spacer "> </ li >
16
- < li > < a href ="legal/terms " class ="terms "> Terms</ a > </ li >
17
- < li > < a href ="legal/trademark " class ="trademark "> Trademark</ a > </ li >
16
+ < li > < a href ="# legal/terms " class ="terms "> Terms</ a > </ li >
17
+ < li > < a href ="# legal/trademark " class ="trademark "> Trademark</ a > </ li >
18
18
< li class ="spacer "> </ li >
19
- < li > < a href ="legal/money " class ="money "> Money</ a > </ li >
19
+ < li > < a href ="# legal/money " class ="money "> Money</ a > </ li >
20
20
</ ul >
21
21
</ div >
22
22
</ div >
You can’t perform that action at this time.
0 commit comments