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

Merge from Daniel Heng branch #5

Merged
merged 3 commits into from Sep 4, 2022
Merged

Merge from Daniel Heng branch #5

merged 3 commits into from Sep 4, 2022

Conversation

DHST7988
Copy link
Collaborator

@DHST7988 DHST7988 commented Sep 4, 2022

Added form-container in index
Added a background image
Added styles in style.css
image

@@ -38,3 +38,9 @@
.honeypot-field {
display: none;
}
.form-container{

Check notice

Code scanning

Expected empty line before rule (rule-empty-line-before)

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)

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)

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)

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)

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)

Unexpected longhand value "0px 35px 20px 35px" instead of "0px 35px 20px" (shorthand-property-no-redundant-values)
@DHST7988 DHST7988 merged commit d297b39 into master Sep 4, 2022
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

1 participant