-
Notifications
You must be signed in to change notification settings - Fork 0
Merge from Daniel Heng branch #5
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
Conversation
Added .form-container style
@@ -38,3 +38,9 @@ | |||
.honeypot-field { | |||
display: none; | |||
} | |||
.form-container{ |
Check notice
Code scanning
Expected empty line before rule (rule-empty-line-before)
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,9 @@ | |||
.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,9 @@ | |||
.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,9 @@ | |||
.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 form-container in index

Added a background image
Added styles in style.css