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

Daniel heng #7

Merged
merged 3 commits into from
Sep 4, 2022
Merged

Daniel heng #7

merged 3 commits into from
Sep 4, 2022

Conversation

DHST7988
Copy link
Collaborator

@DHST7988 DHST7988 commented Sep 4, 2022

Added a background image
Update on index and style file
image

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,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)

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)

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)

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)
@LimSongWei LimSongWei merged commit 1ca51f0 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.

2 participants