Closed divyanshii10 closed 1 month ago
The changes include the addition of a new CSS rule to center-align <h1>
elements in Carbo-footprint.css
and an update to the stylesheet link in carbon-footprint.html
, changing it from styles.css
to Carbo-footprint.css
. These modifications affect the styling of header elements and the overall styling resource used in the HTML document.
File | Change Summary |
---|---|
Carbo-footprint.css | New rule: h1 { text-align: center; } |
carbon-footprint.html | Updated stylesheet link: href="styles.css" → href="Carbo-footprint.css" |
ecotips.html
and the stylesheet reference in carbon-footprint.html
indicate a connection in how styles are applied across different HTML files, potentially affecting the same header elements styled in Carbo-footprint.css
.🐇 In the garden where the headers bloom,
A center stage, they find their room.
With styles anew, they dance and play,
In Carbo-footprint's bright array.
Hopping high, they take their chance,
To lead us all in a joyful dance! 🌼
Name | Link |
---|---|
Latest commit | 09c4685d3e6dd7cb9b0ffdbbab09221c330e32a5 |
Latest deploy log | https://app.netlify.com/sites/manageyourwaste/deploys/6714d52bd8ea6a00086af89e |
@divyanshii10 issue no ??
This is pr is being closed due to improper pr description @divyanshii10
Issues Identification
Closes: #(issue number)
Description
Summary
Provide a brief description of what this pull request does and why it is needed.
Details
Include any detailed information about the changes in this pull request.
Types of Changes
Please check the boxes that apply
Checklist
Please check the boxes that apply
Screenshots
If applicable, please attach screenshots of the changes made to the user interface.
Additional Information
Please provide any other information that is relevant to this pull request.
Summary by CodeRabbit
These changes contribute to a more visually appealing and user-friendly experience on the carbon footprint page.