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

Heading #12

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Heading #12

wants to merge 3 commits into from

Conversation

KshitizDayal
Copy link
Contributor

Made the heading at the top center. Also made the footer part more nice.

Copy link
Owner

@CrazyPython CrazyPython left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@codestance, feel free leave a review here (or contribute something else) 😄

@@ -504,6 +529,7 @@ <h3>Key</h3>
</table>
</main>
<div style="position: relative; bottom: 90ch">
<footer>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice use of semantic HTML.

@@ -20,6 +20,28 @@
table { border-spacing: 1px 4px; }
body { font-family: Arial, sans-serif; }

body{ background-image: linear-gradient(90deg, orange 60%, cyan); } /* Added a background colour */
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you forgot to separate this line– mind removing this line?

@@ -20,6 +20,28 @@
table { border-spacing: 1px 4px; }
body { font-family: Arial, sans-serif; }

body{ background-image: linear-gradient(90deg, orange 60%, cyan); } /* Added a background colour */

.intro{ /*for making the top heading in center*/
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmmm, I'm not sure it would look better with everything centered– human reading starts from the left, after all. I suppose it might look nicer if we moved the key and heading towards the center, but kept them left-aligned. I'm not sure this looks good when the key isn't also centered.

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.

None yet

2 participants