-
Notifications
You must be signed in to change notification settings - Fork 0
Johnny #9
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
Johnny #9
Conversation
/* this is a green */ | ||
} | ||
|
||
.tooltiptext { |
Check notice
Code scanning
Rule doesn't have all its properties in alphabetical order.
} | ||
|
||
.header img { |
Check notice
Code scanning
Rule doesn't have all its properties in alphabetical order.
top: 10px; | ||
width: 60px; | ||
height: 60px; | ||
padding-bottom: 40px; |
Check notice
Code scanning
Using height with padding-bottom can sometimes make elements larger than you expect.
button { | ||
float: right; | ||
} | ||
#name, #email { | ||
|
||
#name, |
Check notice
Code scanning
Don't use IDs in selectors.
#name, #email { | ||
|
||
#name, | ||
#email { |
Check notice
Code scanning
Don't use IDs in selectors.
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.
Designed a logo for the website
Added new logo, changed background color, and new tooltip on button