Skip to content
Open
Show file tree
Hide file tree
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
Binary file added.DS_Store
Binary file not shown.
Empty file modifiedREADME.md
100644 → 100755
Empty file.
Empty file modifiedbase/base.css
100644 → 100755
Empty file.
Binary file addedlevel-1/.DS_Store
Binary file not shown.
Empty file modifiedlevel-1/index.html
100644 → 100755
Empty file.
8 changes: 4 additions & 4 deletions level-1/step-1/step-1.css
100644 → 100755
Original file line numberDiff line numberDiff line change
Expand Up@@ -7,17 +7,17 @@

}

/* Step-1.2 I would suggest using float to get this container in it's desired location*/
/* Step-1.2 I would suggest using float to get this container in its desired location*/

.content-left {
width: 33.3%;
/*this height is a placeholder. You will need to make some adjustment to get this container to look like the design */
/*this height is a placeholder. You will need to make some adjustments to get this container to look like the design */
height: 100px;
background: #565555;
}


/* Step-1.3 I would suggest using float to get this container in it's desired location. */
/* Step-1.3 I would suggest using float to get this container in its desired location. */

.content-mid {
width: 66.3%;
Expand All@@ -27,7 +27,7 @@

}

/* Step-1.4 your going to want to add a positioning property to get this container to the bottom of the screen */
/* Step-1.4 you're going to want to add a positioning property to get this container to the bottom of the screen */

.footer {
width: 100%;
Expand Down
Empty file modifiedlevel-1/step-1/step-1.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modifiedlevel-1/step-2/step-2.css
100644 → 100755
Empty file.
Empty file modifiedlevel-1/step-2/step-2.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions level-1/step-3/step-3.css
100644 → 100755
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,7 +4,7 @@
}


/* Step-3.3 add a margin top to give this container some space. Also your going to want to set the margin-left and margin-right to auto. This will give equal distance left and right to the container. Essentially centering the container */
/* Step-3.3 add a margin top to give this container some space. Also you're going to want to set the margin-left and margin-right to auto. This will give equal distance left and right to the container--essentially--centering the container */
.content-container {
background: #D8D8D8;
}
Expand All@@ -14,4 +14,4 @@

.content {

}
}
Empty file modifiedlevel-1/step-3/step-3.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modifiedlevel-1/step-4-possible-solution/solution.html
100644 → 100755
Empty file.
Empty file modifiedlevel-1/step-4-possible-solution/step-1.css
100644 → 100755
Empty file.
Empty file modifiedlevel-1/step-4-possible-solution/step-2.css
100644 → 100755
Empty file.
Empty file modifiedlevel-1/step-4-possible-solution/step-3.css
100644 → 100755
Empty file.
Binary file addedlevel-2/.DS_Store
Binary file not shown.
Empty file modifiedlevel-2/index.html
100644 → 100755
Empty file.
Empty file modifiedlevel-2/step-1/level-2-step-1.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions level-2/step-1/step-1.css
100644 → 100755
Original file line numberDiff line numberDiff line change
Expand Up@@ -5,7 +5,7 @@
height: 375px;
background: #F7F1E7;
position: relative;
/*You will need to add a position property to get this to look like he design */
/*You will need to add a position property to get this to look like the design */

}

Expand All@@ -18,7 +18,7 @@
}

/* Step-1.2 You need to get all of these elements to line up side by side. What display property would do this for you? */
/* Step-1.2 You will also need t add a position property to the logo and sign in containers */
/* Step-1.2 You will also need to add a position property to the logo and sign in the containers */

.menu {
width: 100px;
Expand All@@ -42,7 +42,7 @@

}

/* Step-1.3 Make this container overhang off it's parent container. */
/* Step-1.3 Make this container overhang off its parent container. */

.bottom-container {
width: 60%;
Expand Down
Empty file modifiedlevel-2/step-2/Level-2-step-2.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion level-2/step-2/step-2.css
100644 → 100755
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@

/* Step-2.1 add a property that will align items center */
/* Step-2.1 add a property that will align items in the center */
.main-bottom-section {
margin-top: 65px;
/* alignment property */
Expand Down
Empty file modifiedlevel-2/step-3-possible-solution/solution.html
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions level-2/step-3-possible-solution/step-1.css
100644 → 100755
Original file line numberDiff line numberDiff line change
Expand Up@@ -17,7 +17,7 @@
}

/* Step-1.2 You need to get all of these elements to line up side by side. What display property would do this for you? */
/* Step-1.2 You will also need t add a position property to the logo and sign in containers */
/* Step-1.2 You will also need t add a position property to the logo and sign in the containers */

.menu {
width: 100px;
Expand DownExpand Up@@ -49,7 +49,7 @@

}

/* Step-1.3 Make this container overhang off it's parent container. */
/* Step-1.3 Make this container overhang off its parent container. */

.bottom-container {
width: 60%;
Expand Down
Empty file modifiedlevel-2/step-3-possible-solution/step-2.css
100644 → 100755
Empty file.
Binary file addedlevel-3/.DS_Store
Binary file not shown.
Empty file modifiedlevel-3/img/Background.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modifiedlevel-3/img/HighClub_BG.mp4
100644 → 100755
Empty file.
Empty file modifiedlevel-3/img/Tops.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modifiedlevel-3/img/accessories.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modifiedlevel-3/img/bottoms.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modifiedlevel-3/img/collection.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modifiedlevel-3/img/hats.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modifiedlevel-3/img/icons/MENU.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modifiedlevel-3/img/icons/Shop_Deals.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modifiedlevel-3/img/icons/Sign_In.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modifiedlevel-3/img/icons/dev-shop.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modifiedlevel-3/img/kicks.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions level-3/index.html
100644 → 100755
Original file line numberDiff line numberDiff line change
Expand Up@@ -20,7 +20,7 @@
</head>
<body>
<main class="main-wrapper">
<!-- Step-1.1 add a background image that take up the entire width of container -->
<!-- Step-1.1 add a background image that takes up the entire width of container -->
<section class="main-top-section">
<header class="top-header">

Expand All@@ -33,7 +33,7 @@
<img class="logo-icon" src="" alt="logo icon">
</div>
<div class="sign-in">
<!-- Step-1.4 add the path to the sign-in image on the src attribute -->
<!-- Step-1.4 add the path to the sign-in image on the src attribute -->
<img class="sign-in-icon" src="" alt="sign in icon">
</div>
</header>
Expand Down
Empty file modifiedlevel-3/step-1/Level-3-step-1.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modifiedlevel-3/step-1/step-1.css
100644 → 100755
Empty file.
Empty file modifiedlevel-3/step-2/Level-3-step-2.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modifiedlevel-3/step-2/step-2.css
100644 → 100755
Empty file.
Empty file modifiedlevel-3/step-3/step-3.css
100644 → 100755
Empty file.
Empty file modifiedlevel-3/step-4-possible-solution/responsive.css
100644 → 100755
Empty file.
Empty file modifiedlevel-3/step-4-possible-solution/solution.html
100644 → 100755
Empty file.
Empty file modifiedlevel-3/step-4-possible-solution/step-1.css
100644 → 100755
Empty file.
Empty file modifiedlevel-3/step-4-possible-solution/step-2.css
100644 → 100755
Empty file.