Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update App.css #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update App.css #12

wants to merge 1 commit into from

Conversation

rishi457
Copy link
Contributor

Background Color: The background-color property has been set to #212832, which creates a visually appealing dark background for the entire page. This color choice provides a modern and stylish look.

Text Color: The color property has been set to white, ensuring that text content within the .App container is displayed in a contrasting white color. This improves readability against the dark background.

Padding: Padding of 20px has been added to the .App container. This padding creates space between the content and the container's edges, enhancing the overall layout and making the content more visually appealing.

Border Radius: The border-radius property has been set to 10px, resulting in rounded corners for the container. This subtle design element adds a touch of sophistication to the layout.

Box Shadow: A box shadow with the properties 0 0 10px rgba(0, 0, 0, 0.2) has been applied to create a gentle elevation effect around the .App container. This shadow adds depth and a sense of separation from the background.

Alignment: Flexbox properties have been used to center the .App container both horizontally and vertically within the viewport. This ensures that the content is neatly positioned at the center of the page, regardless of screen size.

Minimum Height: To prevent content from getting cut off on smaller screens, a min-height of 100vh has been set for the .App container. This guarantees that the container occupies at least the full height of the viewport, making all content accessible.

Background Color: The background-color property has been set to #212832, which creates a visually appealing dark background for the entire page. This color choice provides a modern and stylish look.

Text Color: The color property has been set to white, ensuring that text content within the .App container is displayed in a contrasting white color. This improves readability against the dark background.

Padding: Padding of 20px has been added to the .App container. This padding creates space between the content and the container's edges, enhancing the overall layout and making the content more visually appealing.

Border Radius: The border-radius property has been set to 10px, resulting in rounded corners for the container. This subtle design element adds a touch of sophistication to the layout.

Box Shadow: A box shadow with the properties 0 0 10px rgba(0, 0, 0, 0.2) has been applied to create a gentle elevation effect around the .App container. This shadow adds depth and a sense of separation from the background.

Alignment: Flexbox properties have been used to center the .App container both horizontally and vertically within the viewport. This ensures that the content is neatly positioned at the center of the page, regardless of screen size.

Minimum Height: To prevent content from getting cut off on smaller screens, a min-height of 100vh has been set for the .App container. This guarantees that the container occupies at least the full height of the viewport, making all content accessible.
@netlify
Copy link

netlify bot commented Oct 10, 2023

Deploy Preview for ask-quiz ready!

Name Link
🔨 Latest commit 9d4212a
🔍 Latest deploy log https://app.netlify.com/sites/ask-quiz/deploys/6525a2a4ea949a0007882f2b
😎 Deploy Preview https://deploy-preview-12--ask-quiz.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@rishi457
Copy link
Contributor Author

what are the header rules?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant