Addressing #1
This pull request includes updates to the index.html and styles.css files to improve the visual design and user experience of the webpage. The most important changes include restructuring the HTML for the Octocat image, updating the text content, and enhancing the CSS styles for better readability and aesthetics.
HTML updates:
index.html: Wrapped the Octocat image in a div and updated the image source to a new URL. Changed the text content to a more collaborative message.
CSS enhancements:
styles.css: Added styles for the paragraph text including color, line height, and text alignment. Introduced new styles for the body element to set a font family and background color. Ensured the Octocat image is responsive by setting its display to block and adjusting its width and height properties.
Addressing #1 This pull request includes updates to the
index.html
andstyles.css
files to improve the visual design and user experience of the webpage. The most important changes include restructuring the HTML for the Octocat image, updating the text content, and enhancing the CSS styles for better readability and aesthetics.HTML updates:
index.html
: Wrapped the Octocat image in adiv
and updated the image source to a new URL. Changed the text content to a more collaborative message.CSS enhancements:
styles.css
: Added styles for the paragraph text including color, line height, and text alignment. Introduced new styles for thebody
element to set a font family and background color. Ensured the Octocat image is responsive by setting its display to block and adjusting its width and height properties.