Skip to content

Commit 7dd6b10

Browse files
committed
Group 6: modernize content
1 parent 916f38a commit 7dd6b10

21 files changed

+71
-72
lines changed

howto/box-shadow-button.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 Solutions: How to add a shadow to an element</title>
77
<link rel="stylesheet" href="styles.css">
88
<style>

howto/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 Solutions: How to center an element</title>
77
<link rel="stylesheet" href="styles.css">
88
<style>

howto/highlight_first_line.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 Solutions: How to highlight the first line of a paragraph</title>
77
<link rel="stylesheet" href="styles.css">
88
<style>

howto/highlight_first_line2.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 Solutions: How to highlight the first line of a paragraph</title>
77
<link rel="stylesheet" href="styles.css">
88
<style>

howto/highlight_first_para.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 Solutions: How to highlight the first paragraph</title>
77
<link rel="stylesheet" href="styles.css">
88
<style>

howto/highlight_h1_plus_para.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 Solutions: How to highlight a paragraph right after an h1</title>
77
<link rel="stylesheet" href="styles.css">
88
<style>

howto/object-fit.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 Solutions: How to fill a box with an image without distorting it</title>
77
<link rel="stylesheet" href="styles.css">
88
<style>

howto/opacity.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 Solutions: How to make a background color semi-transparent</title>
77
<link rel="stylesheet" href="styles.css">
88
<style>

howto/text-shadow.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 Solutions: How to add a shadow to text</title>
77
<link rel="stylesheet" href="styles.css">
88
<style>

howto/transition-button.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 Solutions: How to transition a button</title>
77
<link rel="stylesheet" href="styles.css">
88
<style>

0 commit comments

Comments
 (0)