File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ The.Fountain *
12build /node_modules
23node_modules
34build /output
Original file line number Diff line number Diff line change 1+ /*
2+ # Features page
3+
4+ ```
5+ <div class="background grey">
6+
7+ </div>
8+ <div class="background light-grey">
9+ <div class="container features-section">
10+ <div class="features-toolbox"></div>
11+ <h2 class="features-heading">GREAT TOOLS</h2>
12+ <p class="features-tag">API Engine comes with a feature set of tools to suit large businesses, start-ups and individual developers alike</p>
13+ <a href="" class="sbtn green">SIGN UP</a>
14+ <div style="clear: both;"></div>
15+ </div>
16+ </div>
17+ <div class="background white">
18+ <div class="container features-section">
19+ </div>
20+
21+ </div>
22+ <div class="background light-grey"></div>
23+ ```
24+
25+ */
26+ .features-section {
27+ padding : 75px 0 ;
28+ }
29+ .features-toolbox {
30+ background : url ('../img/features-toolbox.png' );
31+ width : 337px ;
32+ height : 252px ;
33+ float : right;
34+ }
35+ .features-heading {
36+ font-size : 28px ;
37+ font-family : 'Nexa Bold' ;
38+ font-weight : normal;
39+ }
40+ .features-tag {
41+ font-size : 28px ;
42+ font-family : 'Nexa' ;
43+ }
Original file line number Diff line number Diff line change 11
2+ < div class ="background light-grey ">
3+ < div class ="container features-section ">
4+ < div class ="features-toolbox "> </ div >
5+ < h2 class ="features-heading "> GREAT TOOLS</ h2 >
6+ < p class ="features-tag "> API Engine comes with a feature set of tools to suit large businesses, start-ups and individual developers alike</ p >
7+ < a href ="" class ="sbtn green "> SIGN UP</ a >
8+ < div style ="clear: both; "> </ div >
9+ </ div >
10+ </ div >
211< div class ="background white ">
3- < div class ="container ">
4- < h2 style ="margin: 0 "> Features</ h2 >
5- < p style ="margin: 0 "> We are going to have some feature listing going here</ p >
6- < h2 style ="margin: 0 "> Features</ h2 >
7- < p style ="margin: 0 "> We are going to have some feature listing going here</ p >
8- < h2 style ="margin: 0 "> Features</ h2 >
9- < p style ="margin: 0 "> We are going to have some feature listing going here</ p >
10- </ div >
11- </ div >
12+ < div class ="container features-section ">
13+ </ div >
14+
15+ </ div >
16+ < div class ="background light-grey "> </ div >
You can’t perform that action at this time.
0 commit comments