Closed kshitizvardhan closed 1 year ago
Name | Link |
---|---|
Latest commit | a187ba1de55354e06b502992f737302ee66b81a4 |
Latest deploy log | https://app.netlify.com/sites/frontend-database/deploys/652bf5ebad1c9f0008ef2258 |
Deploy Preview | https://deploy-preview-56--frontend-database.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Hey there! π Here's a summary of the previous results for the pull request review. Let's dive in!
background-size
property to control the size of the background image.transition
property to control the transition effect on hover.min-height
property to ensure the panel has a minimum height.margin-bottom
property to create some space between the form and the panel.margin-top
property to create some space between the button and the form.margin-top
property to create some space between the results and the form.</ul>
tag is missing in the navigation section. Add it to fix the HTML structure.margin
property to set all four margins at once. Here's the refactored code snippet:.content {
border: 1px solid yellowgreen;
padding: 25px;
margin: 20px;
width: 50%;
border-radius: 20px 0px 20px 0px;
background-color: rgba(153, 205, 50, 0.651);
height: 150px;
position: relative;
left: 652px;
top: 160px;
}
Rating: 8/10
Criteria:
That's it for the summary! Feel free to reach out if you have any questions or need further assistance. Happy coding! ππ
You can checkout our Idea-Arca, the project idea bank for any languages, for open-source contributions. The PR from this repo is being accepted in hacktoberfest2023
Happy Contributing season! Keep up the good work!
Describe your change: Added a BMI Calculator
Checklist:
ATTACH SCREEN-SHOTS