-
Notifications
You must be signed in to change notification settings - Fork 0
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
Daniel heng #7
Daniel heng #7
Conversation
background: rgba(255, 255, 255, 0.8); | ||
width: 700px; | ||
display: inline-block; | ||
padding: 0px 35px 20px 35px; |
Check notice
Code scanning
Unexpected unit (length-zero-no-unit)
@@ -38,3 +38,10 @@ | |||
.honeypot-field { | |||
display: none; | |||
} | |||
|
|||
.form-container{ | |||
background: rgba(255, 255, 255, 0.8); |
Check notice
Code scanning
Expected "0.8" to be "80%" (alpha-value-notation)
@@ -38,3 +38,10 @@ | |||
.honeypot-field { | |||
display: none; | |||
} | |||
|
|||
.form-container{ | |||
background: rgba(255, 255, 255, 0.8); |
Check notice
Code scanning
Expected modern color-function notation (color-function-notation)
@@ -38,3 +38,10 @@ | |||
.honeypot-field { | |||
display: none; | |||
} | |||
|
|||
.form-container{ |
Check notice
Code scanning
Expected single space before "{" (block-opening-brace-space-before)
background: rgba(255, 255, 255, 0.8); | ||
width: 700px; | ||
display: inline-block; | ||
padding: 0px 35px 20px 35px; |
Check notice
Code scanning
Unexpected longhand value "0px 35px 20px 35px" instead of "0px 35px 20px" (shorthand-property-no-redundant-values)
Added a background image
Update on index and style file