Closed divyanshii10 closed 1 month ago
The changes in this pull request involve modifications to CSS and HTML files to enhance the styling and layout of a web application. The Carbo-footprint.css
file introduces a new rule for centering text in the .container
class and h1
elements. The carbon-footprint.html
file updates the linked stylesheet from styles.css
to Carbo-footprint.css
. Additionally, styles.css
includes various enhancements, such as transition effects, flexbox properties, hover effects, and responsive design adjustments.
File | Change Summary |
---|---|
Carbo-footprint.css | - Added text-align: center; to .container and h1 elements. |
carbon-footprint.html | - Updated stylesheet link from styles.css to Carbo-footprint.css . |
styles.css | - Added text-align: center; to .container and h1 . |
- Updated body styles with transition effects. | |
- Enhanced .card-back with flexbox properties for centering content. |
|
- Modified .feature-card and .feature-card1 for hover effects. |
|
- Expanded dark mode styles for better contrast. | |
- Updated #newsletter-form button with a hover effect. |
|
- Adjusted media queries for responsive design. | |
- Styled .eco-tips-container and .eco-tips-header for improved visual hierarchy. |
styles.css
related to centering text for .container
and h1
elements are directly relevant to the modifications made in the main PR, which also adds a similar rule in Carbo-footprint.css
.🐇 In the garden where the changes bloom,
A center stage for every room.
With colors bright and shadows play,
The cards now dance in a lively way.
Hop along, the styles are new,
A joyful sight for me and you! 🌼
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Name | Link |
---|---|
Latest commit | 65af9c2698fc660e2a8cd9012156de13908834cb |
Latest deploy log | https://app.netlify.com/sites/manageyourwaste/deploys/6714d0d3fa9a2600087fd8c5 |
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
New Features
Bug Fixes
Style