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
2 changes: 1 addition & 1 deletion exercises/css/ex_22.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
* Font color must be white
* Remove text decoration
* Font size must be 16px;
* Diplay must be inline-block
* Display must be inline-block
* Add 10px margin to the right side only
* Select the hover pseudoclass for link elements that are children of the nav element and apply the following style:
* Use the following configuration for text shadow: 0px 1px 5px #444;
Expand Down
2 changes: 1 addition & 1 deletion exercises/css/ex_25.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
* Font must be 16px tall
* Select the element with the container class and apply the following style:
* Make the element 960px wide
* Center the element using margin 0 auo
* Center the element using margin auto
* Background color must be #ddd
* Use 1px solid gray as border for all sides
* Select the header element and apply the following style:
Expand Down