-
Notifications
You must be signed in to change notification settings - Fork 100
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
🎨 create the home landing page #2 #108
The head ref may contain hidden characters: "\u{1F3A8}-Create-the-home-landing-page-#2"
🎨 create the home landing page #2 #108
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the page responsive, i cannot see specific screen sizes specified. https://www.w3schools.com/css/css_rwd_mediaqueries.asp
src/css/style.css
Outdated
margin-top: 0px; | ||
margin-left: 200px |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use single margin property here
If the margin property has four values:
margin: 25px 50px 75px 100px;
top margin is 25px
right margin is 50px
bottom margin is 75px
left margin is 100px
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use single margin property here If the margin property has four values:
margin: 25px 50px 75px 100px; top margin is 25px right margin is 50px bottom margin is 75px left margin is 100px
Okay
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done with the revision @JAPHETHNYARANGA
src/ts/index.ts
Outdated
const b = "elewa" | ||
console.log(b); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is not necessary for the pull request
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is not necessary for the pull request
Noted sir.
Working on it sir |
Description
A navigation bar with links and a contact button.
Content includes a heading, a paragraph, and a button with an arrow icon.
An image with the class "feature-image
Responsiveness in desktop, tablet, and mobile devices.
Fixes # (#40 )
Screenshot (optional)
Desktop:
Tablet:
Mobile:
Did it with https://github.com/paul-nadola
Checklist