-
-
Notifications
You must be signed in to change notification settings - Fork 620
NW6 | Orlando_Morales | HTML-CSS | Module_Project | Week1 #636
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
base: master
Are you sure you want to change the base?
NW6 | Orlando_Morales | HTML-CSS | Module_Project | Week1 #636
Conversation
✅ Deploy Preview for cyf-module-project-html-css ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
Good work, you just need to fix some positioning and element rearrangement and we can review again. Do let me know over the slack channel if you need any clarification
css/style.css
Outdated
@@ -15,5 +49,167 @@ body { | |||
* | |||
* - When using Flexbox, remember the items you want to move around need to be inside a parent container set to 'display: flex' | |||
*/ | |||
.header, .footer { | |||
padding: 0rem 1rem 0rem 1rem; | |||
max-width: 1200px; |
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.
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.
I did the change
</div> | ||
</section> | ||
|
||
<section class="Logos"> |
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 section needs to be adjusted in such a way that The Image and the text box exist together in a single div
like below.
<div>
<img src="/img/icon-devices.svg" alt="device" class="icon">
<h4 class="iconText">Internet for all devices</h4>
</div>
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.
I did the changes, put the images and the texts in the same div
<link rel="stylesheet" href="store.css"> | ||
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico"> | ||
</head> | ||
<body> |
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.
Volunteers: Are you marking this coursework? You can find a guide on how to mark this coursework in
HOW_TO_MARK.md
in the root of this repositoryYour Details
Homework Details
Notes
What did you find easy?
What did you find hard?
What do you still not understand?
Any other notes?