We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Instead of using an emoji, use an icon related to pictures from the Font Awesome library.
Add the following to the page <head>:
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
You can put it before the linking of style.css file.
Then to add the icon use the <i> tag like so:
<i>
<i class="fa fa-car"></i>
Replace fa-car with the appropriate icon. Search the list of icons @ https://fontawesome.com/v4/icons/
The text was updated successfully, but these errors were encountered:
I'd like to help out with this issue.
Sorry, something went wrong.
rendertolearn
No branches or pull requests
Instead of using an emoji, use an icon related to pictures from the Font Awesome library.
Add the following to the page
<head>
:You can put it before the linking of style.css file.
Then to add the icon use the
<i>
tag like so:Replace fa-car with the appropriate icon. Search the list of icons @ https://fontawesome.com/v4/icons/
The text was updated successfully, but these errors were encountered: