Skip to content

Commit 7c64d41

Browse files
committed
Group 3: modernize content
1 parent 8c040d9 commit 7c64d41

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+194
-179
lines changed

css-cookbook/breadcrumb-navigation--download.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
<!doctype html>
2-
3-
<html lang="en">
4-
1+
<!DOCTYPE html>
2+
<html lang="en-us">
53
<head>
6-
<meta charset="utf-8">
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width" />
76
<title>CSS Cookbook: Breadcrumb Navigation</title>
87

98
<style>

css-cookbook/breadcrumb-navigation.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<!doctype html>
2-
<html lang="en">
3-
1+
<!DOCTYPE html>
2+
<html lang="en-us">
43
<head>
5-
<meta charset="utf-8">
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width" />
66
<title>CSS Cookbook: Breadcrumb Navigation</title>
77
<link rel="stylesheet" href="styles.css">
88
<style class="editable">

css-cookbook/card--download.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22

33
<html lang="en">
44

55
<head>
6-
<meta charset="utf-8">
6+
<meta charset="utf-8" />
7+
<meta name="viewport" content="width=device-width" />
78
<!-- this is an example from the MDN Layout Cookbook -->
89
<title>CSS Cookbook: card component</title>
910

css-cookbook/card.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<!doctype html>
2-
<html lang="en">
3-
1+
<!DOCTYPE html>
2+
<html lang="en-us">
43
<head>
5-
<meta charset="utf-8">
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width" />
66
<title>CSS Cookbook: card component</title>
77
<link rel="stylesheet" href="styles.css">
88
<style>

css-cookbook/center--download.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22

33
<html lang="en">
44

55
<head>
6-
<meta charset="utf-8">
6+
<meta charset="utf-8" />
7+
<meta name="viewport" content="width=device-width" />
78
<!-- this is an example from the MDN Layout Cookbook -->
89
<title>CSS Cookbook: center an element</title>
910

css-cookbook/center.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<!doctype html>
2-
<html lang="en">
3-
1+
<!DOCTYPE html>
2+
<html lang="en-us">
43
<head>
5-
<meta charset="utf-8">
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width" />
66
<title>CSS Cookbook: center an element</title>
77
<link rel="stylesheet" href="styles.css">
88
<style>

css-cookbook/columns-flexbox--download.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22

33
<html lang="en">
44

55
<head>
6-
<meta charset="utf-8">
6+
<meta charset="utf-8" />
7+
<meta name="viewport" content="width=device-width" />
78
<!-- this is an example from the MDN Layout Cookbook -->
89
<title>CSS Cookbook: columns with flexbox</title>
910

css-cookbook/columns-flexbox-wrapping--download.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22

33
<html lang="en">
44

55
<head>
6-
<meta charset="utf-8">
6+
<meta charset="utf-8" />
7+
<meta name="viewport" content="width=device-width" />
78
<!-- this is an example from the MDN Layout Cookbook -->
89
<title>CSS Cookbook: columns with flexbox, wrapping</title>
910

css-cookbook/columns-flexbox-wrapping.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22

33
<html lang="en">
44

55
<head>
6-
<meta charset="utf-8">
6+
<meta charset="utf-8" />
7+
<meta name="viewport" content="width=device-width" />
78

89
<title>CSS Cookbook: columns with flexbox, wrapping</title>
910

css-cookbook/columns-flexbox.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22

33
<html lang="en">
44

55
<head>
6-
<meta charset="utf-8">
6+
<meta charset="utf-8" />
7+
<meta name="viewport" content="width=device-width" />
78

89
<title>CSS Cookbook: columns with flexbox</title>
910

css-cookbook/columns-grid--download.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22

33
<html lang="en">
44

55
<head>
6-
<meta charset="utf-8">
6+
<meta charset="utf-8" />
7+
<meta name="viewport" content="width=device-width" />
78
<!-- this is an example from the MDN Layout Cookbook -->
89
<title>CSS Cookbook: columns with grid</title>
910

css-cookbook/columns-grid.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22

33
<html lang="en">
44

55
<head>
6-
<meta charset="utf-8">
6+
<meta charset="utf-8" />
7+
<meta name="viewport" content="width=device-width" />
78

89
<title>CSS Cookbook: columns with grid</title>
910

css-cookbook/columns-multicol--download.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22

33
<html lang="en">
44

55
<head>
6-
<meta charset="utf-8">
6+
<meta charset="utf-8" />
7+
<meta name="viewport" content="width=device-width" />
78
<!-- this is an example from the MDN Layout Cookbook -->
89
<title>CSS Cookbook: columns with multicol</title>
910

css-cookbook/columns-multicol.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22

33
<html lang="en">
44

55
<head>
6-
<meta charset="utf-8">
6+
<meta charset="utf-8" />
7+
<meta name="viewport" content="width=device-width" />
78

89
<title>CSS Cookbook: columns with multicol</title>
910

css-cookbook/cookbook-template--download.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22

33
<html lang="en">
44

55
<head>
6-
<meta charset="utf-8">
6+
<meta charset="utf-8" />
7+
<meta name="viewport" content="width=device-width" />
78
<!-- this is an example from the MDN Layout Cookbook -->
89
<title>CSS Cookbook: download template</title>
910

css-cookbook/cookbook-template.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<!doctype html>
2-
<html lang="en">
3-
1+
<!DOCTYPE html>
2+
<html lang="en-us">
43
<head>
5-
<meta charset="utf-8">
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width" />
66
<title>CSS Cookbook: template</title>
77
<link rel="stylesheet" href="styles.css">
88
<style>

css-cookbook/grid-wrapper--download.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22

33
<html lang="en">
44

55
<head>
6-
<meta charset="utf-8">
6+
<meta charset="utf-8" />
7+
<meta name="viewport" content="width=device-width" />
78
<!-- this is an example from the MDN Layout Cookbook -->
89
<title>CSS Cookbook: Grid Wrapper</title>
910

css-cookbook/grid-wrapper.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22
<html lang="en">
33

44
<head>
5-
<meta charset="utf-8">
5+
<meta charset="utf-8" />
6+
<meta name="viewport" content="width=device-width" />
67
<title>CSS Cookbook: Grid Wrapper</title>
78
<link rel="stylesheet" href="styles.css">
89
<style>

css-cookbook/list-group-badges--download.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
<!doctype html>
2-
3-
<html lang="en">
4-
1+
<!DOCTYPE html>
2+
<html lang="en-us">
53
<head>
6-
<meta charset="utf-8">
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width" />
76
<title>CSS Cookbook: List Group with Badges</title>
87

98

css-cookbook/list-group-badges.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<!doctype html>
2-
<html lang="en">
3-
1+
<!DOCTYPE html>
2+
<html lang="en-us">
43
<head>
5-
<meta charset="utf-8">
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width" />
66
<title>CSS Cookbook: List Group with Badges</title>
77
<link rel="stylesheet" href="styles.css">
88
<style>

css-cookbook/media-objects--download.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22

33
<html lang="en">
44

55
<head>
6-
<meta charset="utf-8">
6+
<meta charset="utf-8" />
7+
<meta name="viewport" content="width=device-width" />
78
<!-- this is an example from the MDN Layout Cookbook -->
89
<title>CSS Cookbook: media objects</title>
910

css-cookbook/media-objects-fallback--download.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22

33
<html lang="en">
44

55
<head>
6-
<meta charset="utf-8">
6+
<meta charset="utf-8" />
7+
<meta name="viewport" content="width=device-width" />
78
<!-- this is an example from the MDN Layout Cookbook -->
89
<title>CSS Cookbook: media objects</title>
910

css-cookbook/media-objects-fallback.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22

33
<html lang="en">
44

55
<head>
6-
<meta charset="utf-8">
6+
<meta charset="utf-8" />
7+
<meta name="viewport" content="width=device-width" />
78

89
<title>CSS Cookbook: media objects</title>
910

css-cookbook/media-objects.html

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
<!doctype html>
2-
3-
<html lang="en">
4-
1+
<!DOCTYPE html>
2+
<html lang="en-us">
53
<head>
6-
<meta charset="utf-8">
7-
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width" />
86
<title>CSS Cookbook: media objects</title>
9-
<meta name="viewport" content="width=device-width, initial-scale=1">
107
<link rel="stylesheet" href="styles.css">
118

129
<style>

css-cookbook/pagination--download.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
<!doctype html>
2-
3-
<html lang="en">
4-
1+
<!DOCTYPE html>
2+
<html lang="en-us">
53
<head>
6-
<meta charset="utf-8">
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width" />
76
<title>CSS Cookbook: Pagination</title>
87

98
<style>

css-cookbook/pagination.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<!doctype html>
2-
<html lang="en">
3-
1+
<!DOCTYPE html>
2+
<html lang="en-us">
43
<head>
5-
<meta charset="utf-8">
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width" />
66
<title>CSS Cookbook: Pagination</title>
77
<link rel="stylesheet" href="styles.css">
88
<style>

css-cookbook/split-navigation--download.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22

33
<html lang="en">
44

55
<head>
6-
<meta charset="utf-8">
6+
<meta charset="utf-8" />
7+
<meta name="viewport" content="width=device-width" />
78
<!-- this is an example from the MDN Layout Cookbook -->
89
<title>CSS Cookbook: Split Navigation</title>
910

css-cookbook/split-navigation.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<!doctype html>
2-
<html lang="en">
3-
1+
<!DOCTYPE html>
2+
<html lang="en-us">
43
<head>
5-
<meta charset="utf-8">
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width" />
66
<title>CSS Cookbook: Split Navigation</title>
77
<link rel="stylesheet" href="styles.css">
88
<style>

css-cookbook/sticky-footer--download.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22

33
<html lang="en">
44

55
<head>
6-
<meta charset="utf-8">
6+
<meta charset="utf-8" />
7+
<meta name="viewport" content="width=device-width" />
78
<!-- this is an example from the MDN Layout Cookbook -->
89
<title>CSS Cookbook: sticky footer</title>
910

css-cookbook/sticky-footer-flexbox--download.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22

33
<html lang="en">
44

55
<head>
6-
<meta charset="utf-8">
6+
<meta charset="utf-8" />
7+
<meta name="viewport" content="width=device-width" />
78
<!-- this is an example from the MDN Layout Cookbook -->
89
<title>CSS Cookbook: sticky footer with flexbox</title>
910

0 commit comments

Comments
 (0)