Skip to content

Commit e55c66e

Browse files
committed
small typos
1 parent 7af0d8a commit e55c66e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

05-profile-dashboard/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Here is [the objective](http://lewagon.github.io/html-css-challenges/05-profile-
88

99
1. Create and position the main centered container.
1010
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.
1212

1313

1414
Your turn!

0 commit comments

Comments
 (0)