Changes in HTML and CSS files to fix the problems #218
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Tic-Tac-Toe Game - HTML and CSS Update
This repository contains the updated HTML and CSS code for a Tic-Tac-Toe web game, with improvements for better structure, responsiveness, and accessibility.
Updates Made:
Font Awesome Integration: Added support for Font Awesome to display social media icons in the footer.
Improved Footer Flexibility: Replaced position: fixed in the footer with a responsive layout that stays at the bottom of the page without overlapping content.
Follow Us Section Enhancements:
Adjusted styling for social media icons in the "Follow Us" section, ensuring proper color changes on hover and focus states.
Improved responsiveness for smaller screens with adjustments to icon and font sizes.
Email Link Optimization: Removed the unnecessary target="_blank" attribute from the mailto: link to avoid unintended behavior.
Code Cleanup: Removed stray comment closing tags and improved code readability.
Features:
Responsive design for both large and small screens.
Clean and modern UI, using Poppins font.
Social media and contact links integrated with hover effects.
The footer contains credits and links to external social media accounts.