Skip to content

Commit a1f39d5

Browse files
authored
Merge pull request mdn#106 from estelle/group3
Group 3: modernize content
2 parents a001064 + 7c64d41 commit a1f39d5

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

0 commit comments

Comments
 (0)