Skip to content

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.

1 participant