Skip to content

Commit fa7b2e4

Browse files
authored
Change intro in readme.md
Remove the wording "It is easy" or "This is easy" from the description. This may be somewhat demotivating to someone who may be having a difficult time with these concepts.
1 parent 5f72a6f commit fa7b2e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grid/02-grid-layout-2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Responsive Holy Grail Layout with Grid
22

3-
This one is easy! We are going to take our Holy Grail Layout from the first exercise and make it responsive. To do this we will simply change our fixed track sizes to be dynamic. Consider this a warmup for the next exercise and make sure your layout is responding properly when resizing the browser window.
3+
For this exercise, we are going to take our Holy Grail Layout from the first exercise and make it responsive. To do this we will simply change our fixed track sizes to be dynamic. Consider this a warmup for the next exercise and make sure your layout is responding properly when resizing the browser window.
44

55
### Hints
66
- You only need to add to the CSS selectors

0 commit comments

Comments
 (0)