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

Added footer html & both css #26

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

itsashishbharti
Copy link
Collaborator

dfooter
mfooter

@amezng amezng requested a review from srikant96 January 23, 2024 11:53
@@ -64,5 +71,43 @@ <h4>Subscribe to our Newsletter</h4>
</div>
</div>
</section>
<section id="footersec">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use full-name in id , it should be id=footer or id=footer-section

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use footer element

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Comment on lines 83 to 86
<li><a href=" ">About Us</a></li>
<li><a href=" ">Advertise</a></li>
<li><a href=" ">Careers</a></li>
<li><a href=" ">Subscribes</a></li>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use #about, #careers in all href tag.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Comment on lines 89 to 92
<li><a href=" ">Travel</a></li>
<li><a href=" ">Lifestyle</a></li>
<li><a href=" ">Sports</a></li>
<li><a href=" ">Nature</a></li>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use #travel, #nature in all href tag.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Comment on lines 98 to 102
<a href=""><img src="img/facebook.png"/></a>
<a href=""><img src="img/twitter.png"/></a>
<a href=""><img src="img/insta.png"/></a>
<a href=""><img src="img/wif.png"/></a>
<a href=""><img src="img/email.png"/></a>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use #facbook, #twitter in all href tag.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Comment on lines +112 to +114
h3 , p {
font-size:16px;
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use class name to change the font-size , other wise it will change the size of all headings and paragraph in every section.

@amezng
Copy link
Contributor

amezng commented Jan 23, 2024

resolve the conflicts @itsashishbharti

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

Successfully merging this pull request may close these issues.

3 participants