-
Notifications
You must be signed in to change notification settings - Fork 3
Heading #12
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
base: main
Are you sure you want to change the base?
Heading #12
Conversation
There was a problem hiding this 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> |
There was a problem hiding this comment.
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 */ |
There was a problem hiding this comment.
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*/ |
There was a problem hiding this comment.
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.
Made the heading at the top center. Also made the footer part more nice.