Skip to content
New issue

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

Add a heading before the dog photo that says 📷Pictures #35

Open
nbkhope opened this issue Jun 19, 2024 · 1 comment
Open

Add a heading before the dog photo that says 📷Pictures #35

nbkhope opened this issue Jun 19, 2024 · 1 comment
Assignees

Comments

@nbkhope
Copy link
Member

nbkhope commented Jun 19, 2024

Instead of using an emoji, use an icon related to pictures from the Font Awesome library.

Add the following to the page <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 class="fa fa-car"></i>

Replace fa-car with the appropriate icon. Search the list of icons @ https://fontawesome.com/v4/icons/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

2 participants