Skip to content

Ams-pt-042025 #3956

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Module Exercise: HTML & CSS

## Learning Goals
## Learning Goals:

In this exercise, the goal is to apply as many as possible of the concepts you've just learned:

Expand All @@ -11,7 +11,7 @@ In this exercise, the goal is to apply as many as possible of the concepts you'v
- how to use flexbox to position elements on the page and
- how to style the page.

## Getting started
## Getting started:

1. [Fork](https://gist.github.com/ironhack-edu/dd3635de73a6ef07ef337bf184eda985#step-1-fork-the-repository) this repo
2. [Clone](https://gist.github.com/ironhack-edu/dd3635de73a6ef07ef337bf184eda985#step-2-clone-the-repository) this repo
Expand All @@ -26,7 +26,7 @@ In the end of this document, you will find guidelines on how to submit the exerc

## Instructions

### Introduction
### Introduction:

In this exercise, you will clone the landing page of the **NPM website**. NPM stands for a Node Package Manager, and you will be using it heavily throughout this course. The version you will be cloning is the one in that you see in the following image. If you want, you can visit the [official page](https://www.npmjs.com/) to pick up some of their styles, but this is not necessary; you’ll see that the NPM page has been updated, but that’s okay. You already have all the assets for this version in the images folder as well as the necessary text in the `index.html`.

Expand Down Expand Up @@ -105,7 +105,7 @@ When done, you should get something similar to this:

You're ready to move to the next iteration. :raised_hands:

#### HTML 2 | Content Sections
#### HTML 2 | Content Sections:

Take a look at the image with market HTML elements on it one more time, and you can see we have three sections below the header. Create `section` tags and give each of them `id`s so you can identify them quickly.

Expand Down