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: .github/PULL_REQUEST_TEMPLATE.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
<!-- Complete the following REQUIRED checkboxes by replacing the whitespace between the square brackets with an 'x', e.g. [x]. -->
4
4
-[ ] I have thoroughly read and understand the [CSS Exercises Contributing Guide](https://github.com/TheOdinProject/css-exercises/blob/main/CONTRIBUTING.md)
5
-
-[ ] The title of this PR is in `file/exercise/folder: brief description of changes` format e.g. `01 flex center: add hint for XYZ`
5
+
-[ ] The title of this PR is similar to the `file, exercise/lesson, or folder: brief description of changes` format e.g. `01 flex center: add hint for XYZ`
6
6
7
7
<!-- Complete the following checkboxes only if they are applicable to your PR. You can complete these later if they are not currently applicable. -->
8
8
-[ ] If one exists, I have linked a related open issue to this PR in Step 2 below
Copy file name to clipboardExpand all lines: grid/01-grid-layout-1/README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
Now it's time to practice the Grid tools we've learned and create a layout that might seem familiar. We're going to make a Holy Grail Layout like the ones we created using Flexbox. The difference here is that we won't be relying on Flexbox for this exercise. We'll only be using Grid. You'll be able to see the benefits of Grid for yourself!
4
4
5
5
### Hints
6
+
6
7
- You only need to add to the CSS selectors
7
8
- Look back to the Creating a Grid lesson if you forget how to turn an element into a grid
8
9
- Use fixed track sizes (e.g. pixels) for your columns and rows
@@ -12,10 +13,11 @@ Now it's time to practice the Grid tools we've learned and create a layout that
12
13

13
14
14
15
### Self Check
16
+
15
17
- The gap is 15px
16
18
- The grid has two columns
17
19
- The grid has four rows
18
-
- The first column is three times larger than the other
20
+
- The second column is three times larger than the first
19
21
- The third row is five times larger than the others
20
22
- The header and footer elements span across both columns
21
23
- The sidebar element only spans across the first column
0 commit comments