You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 05-profile-dashboard/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Here is [the objective](http://lewagon.github.io/html-css-challenges/05-profile-
8
8
9
9
1. Create and position the main centered container.
10
10
1. Then, add two floating `<div>` into this container. In order to get the main container wrap these two div, you'll have to use a third div with `clear: both;` CSS property (this is a classic CSS trick).
11
-
1. Below the two floating div, add the bottom footer division. Notice the absolute position of the icon list at bottom-right of this footer div. You will have to use a `relative>absolute` CSS pattern to get this result.
11
+
1. Below the two floating div, add the bottom footer division. Notice the absolute position of the icon list at bottom-right of this footer div. You will have to use a `relative > absolute` CSS pattern to get this result.
0 commit comments