Skip to content

Commit

Permalink
👀
Browse files Browse the repository at this point in the history
  • Loading branch information
wesbos committed Jan 19, 2018
2 parents f78ae2c + 1abe4c0 commit f1179f4
Show file tree
Hide file tree
Showing 85 changed files with 179 additions and 1,250 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../assets/style.css">
<title>Starter Files!</title>
<title>Starter Files and Tooling Setup!</title>
</head>

<style>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../assets/style.css">
<title>Fundamentals!</title>
<title>CSS Grid Fundamentals!</title>
</head>

<body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../assets/style.css">
<title>Fundamentals!</title>
<title>CSS Grid Fundamentals!</title>
</head>

<body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../assets/style.css">
<title>Implicit vs Explicit Grid</title>
<title>CSS Grid Implicit vs Explicit Grid Tracks!</title>
</head>

<body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../assets/style.css">
<title>Implicit vs Explicit Grid</title>
<title>CSS Grid Implicit vs Explicit Grid Tracks!</title>
</head>

<body>
Expand All @@ -23,4 +23,4 @@
</style>
</body>

</html>
</html>
2 changes: 1 addition & 1 deletion 06 - CSS grid-auto-flow Explained/autoflow-FINISHED.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../assets/style.css">
<title>grid-auto-flow</title>
<title>CSS grid-auto-flow Explained!</title>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion 06 - CSS grid-auto-flow Explained/autoflow-START.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../assets/style.css">
<title>grid-auto-flow</title>
<title>CSS grid-auto-flow Explained!</title>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion 07 - Sizing tracks in CSS Grid/sizing-tracks-FINISHED.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../assets/style.css">
<title>Sizing tracks in CSS Grid</title>
<title>Sizing Tracks in CSS Grid!</title>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion 07 - Sizing tracks in CSS Grid/sizing-tracks-START.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../assets/style.css">
<title>Sizing tracks in CSS Grid</title>
<title>Sizing Tracks in CSS Grid!</title>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion 08 - CSS Grid repeat function/repeat-FINISHED.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../assets/style.css">
<title>CSS Grid Repeat</title>
<title>CSS Grid repeat Function!</title>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion 08 - CSS Grid repeat function/repeat-START.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../assets/style.css">
<title>CSS Grid Repeat</title>
<title>CSS Grid repeat Function!</title>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion 09 - Sizing Grid Items/sizing-items-FINISHED.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../assets/style.css">
<title>Sizing Grid Items</title>
<title>Sizing Grid Items!</title>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion 09 - Sizing Grid Items/sizing-items-START.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../assets/style.css">
<title>Sizing Grid Items</title>
<title>Sizing Grid Items!</title>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion 10 - Placing Grid Items/placing-FINISHED.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../assets/style.css">
<title>Placing Grid Items</title>
<title>Placing Grid Items!</title>
</head>

<body>
Expand Down
4 changes: 2 additions & 2 deletions 10 - Placing Grid Items/placing-START.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../assets/style.css">
<title>Placing Grid Items</title>
<title>Placing Grid Items!</title>
</head>

<body>
Expand Down Expand Up @@ -52,4 +52,4 @@
</style>
</body>

</html>
</html>
2 changes: 1 addition & 1 deletion 11 - Spanning and Placing Cardio/get-sweaty-FINISHED.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../assets/style.css">
<title>Spanning & Placing Cardio</title>
<title>Spanning & Placing Cardio!</title>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion 11 - Spanning and Placing Cardio/get-sweaty-START.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../assets/style.css">
<title>Spanning & Placing Cardio</title>
<title>Spanning & Placing Cardio!</title>
</head>

<body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../assets/style.css">
<title>auto-fit and auto-fill</title>
<title>auto-fit and auto-fill!</title>
</head>

<body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../assets/style.css">
<title>auto-fit and auto-fill</title>
<title>auto-fit and auto-fill!</title>
</head>

<body>
Expand Down Expand Up @@ -41,4 +41,4 @@
</style>
</body>

</html>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../assets/style.css">
<title>CSS Grid minmax()</title>
<title>Using minmax() for Responsive Grids!</title>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion 13 - Using minmax() for Responsive Grids/minmax-START.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../assets/style.css">
<title>CSS Grid minmax()</title>
<title>Using minmax() for Responsive Grids!</title>
</head>

<body>
Expand Down
3 changes: 1 addition & 2 deletions 14 - Grid Template Areas/area-line-names-FINISHED.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../assets/style.css">
<title>Line Names from Grid Areas</title>
<title>Grid Template Areas: Line Names from Grid Areas!</title>
</head>

<body>
Expand Down Expand Up @@ -57,7 +57,6 @@
grid-column: 💩-start / 🍔-end;
grid-row-end: 💩-end;
}

</style>
</body>

Expand Down
3 changes: 1 addition & 2 deletions 14 - Grid Template Areas/area-line-names-START.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../assets/style.css">
<title>Line Names from Grid Areas</title>
<title>Grid Template Areas: Line Names from Grid Areas!</title>
</head>

<body>
Expand Down Expand Up @@ -47,7 +47,6 @@
display: grid;
grid-gap: 20px;
}

</style>
</body>

Expand Down
12 changes: 7 additions & 5 deletions 14 - Grid Template Areas/areas-FINISHED.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../assets/style.css">
<title>CSS Grid Template Areas</title>
<title>Grid Template Areas</title>
</head>

<body>
Expand Down Expand Up @@ -44,22 +44,24 @@
.item1 {
grid-area: sidebar-1;
}

.item2 {
grid-area: content;
}

.item3 {
grid-area: sidebar-2;
}

@media (max-width: 700px) {
.container {
grid-template-areas:
"content content content"
"sidebar-1 sidebar-1 sidebar-2"
"footer footer footer"
"content content content"
"sidebar-1 sidebar-1 sidebar-2"
"footer footer footer"
}
}
</style>
</body>

</html>
</html>
5 changes: 2 additions & 3 deletions 14 - Grid Template Areas/areas-START.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../assets/style.css">
<title>CSS Grid Template Areas</title>
<title>Grid Template Areas</title>
</head>

<body>
Expand All @@ -30,8 +30,7 @@
display: grid;
grid-gap: 20px;
}

</style>
</body>

</html>
</html>
40 changes: 0 additions & 40 deletions 14 - Grid Template Areas/areas.html

This file was deleted.

7 changes: 2 additions & 5 deletions 15 - Naming Lines in CSS Grid/naming-lines-FINISHED.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../assets/style.css">
<title>Explicit Line Names</title>
<title>Naming Lines in CSS Grid!</title>
</head>

<body>
Expand Down Expand Up @@ -46,8 +46,7 @@
.container {
display: grid;
grid-gap: 20px;
grid-template-columns:
[sidebar-start site-left] 1fr [sidebar-end content-start] 500px [content-end] 1fr [site-right];
grid-template-columns: [sidebar-start site-left] 1fr [sidebar-end content-start] 500px [content-end] 1fr [site-right];
grid-template-rows: [content-top] repeat(10, auto) [content-bottom];
}

Expand All @@ -57,8 +56,6 @@
grid-row: content-top / content-bottom;
/* grid-row: 1 / span 10; */
}


</style>
</body>

Expand Down
6 changes: 2 additions & 4 deletions 15 - Naming Lines in CSS Grid/naming-lines-START.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../assets/style.css">
<title>Explicit Line Names</title>
<title>Naming Lines in CSS Grid!</title>
</head>

<body>
Expand Down Expand Up @@ -49,9 +49,7 @@
grid-template-columns: 1fr 500px 1fr;
grid-template-rows: repeat(10, auto);
}


</style>
</body>

</html>
</html>
Loading

0 comments on commit f1179f4

Please sign in to comment.