Use this code as your starter HTML file, then add your blocks in the body.
Use this code as your starter CSS file, then add your blocks after it.
Paste this code in your CSS file near after the Hero's CSS
For iPhone, you must resize your browser and take screenshot at 378px width and 825px height.
For MackBook, you must resize your browser and take screenshot at 1920px width and 1200px height.
Near to `src` attribute in HTML, you'll find another attribute called `change-src-onscroll`.
Search: `.hero-nav--is-sticky` then change this line: `position: fixed !important;` To `position: static !important;`
Go to your CSS file and open the search input in your code editor, enter `fr-icon` and you'll find the CSS code of all your icons.
Check these examples for more info.
to use font icons, remove the SVG code and replace it with `<i class="fas fa-{icon name}"></i>`
You can use image icons only in block-12 (this blocks is built to use images as icons)
You have to include the CSS & JavaScript files of this library like the example down below.
You have to include the CSS file of this library like the example down below.
🤔 If you have any questions or suggestions, do not hesitate to contact us at ✉️ hello@frontendor.com
}