- Fork and clone this repo - week2.day1.uglyHTML
- The HTML has already been written for you! Do NOT alter the HTML file in any way.
- Your task is to style the website based on a client’s wireframe by adding the appropriate CSS.
- Recommendations:
- Use CSS to target element tags (h2, article, img, footer, etc.)
- Use CSS to target elements by classes (.watch_container, .text)
- Note: elements have already been given relevant classes and id’s
- Tip: Having an image alongside text can be tricky. Try giving the img a “float:left” property, which makes EVERYTHING after the element float to the left of the previous element.
- You don’t want every HTML element afterwards to “float” except the text immediately after the img. So, you’ll want to clear this effect at the beginning of every “.watch_container” with “clear:left” (“clear:both” also works!)
forked from AllStarCodeOrg/week2.day1.uglyHTML
-
Notifications
You must be signed in to change notification settings - Fork 0
AnthonyNASC20/week2.day1.uglyHTML
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- HTML 87.5%
- CSS 12.5%