Skip to content

finished html and css#7

Open
JohnnySiuky wants to merge 1 commit intodistinctioncoding:mainfrom
JohnnySiuky:Johnny
Open

finished html and css#7
JohnnySiuky wants to merge 1 commit intodistinctioncoding:mainfrom
JohnnySiuky:Johnny

Conversation

@JohnnySiuky
Copy link

No description provided.

Copy link

@Gary-Distinctioncoding Gary-Distinctioncoding left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall is good, try to make the naming of the class consistent, left-session and right-card

<p class="subtitle">Enter details to create your account</p>

<form>
<label>Your Name</label>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

miss for attribute to point to input field

height: 100vh;
background-image: url("20251114160805_20251115030208.png");
background-size: cover;
overflow: hidden;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this will cause page cannot scroll down if content is exceed the body

<form>
<label>Your Name</label>
<input type="text" placeholder="Enter your name">
<br>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use
to control the gap is not a good practice, should use margin

Comment on lines +27 to +34
.left-session{
flex-basis: 50%;
background-position: center;
display: flex;
flex-direction: column;
justify-content: center;
padding: 80px 60px;
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the content in left session is not horizontal centered, and background-position is unncessary

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