Skip to content

Commit 20bad85

Browse files
authored
Update index.html
1 parent af9accd commit 20bad85

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

HTML5/#8 Accesibillity/index.html

+9
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Web Accessibility</title>
7+
<style>
8+
body {
9+
background-color: #ddd;
10+
}
11+
12+
h1 {
13+
color: #999;
14+
}
15+
</style>
716
</head>
817
<body>
918

0 commit comments

Comments
 (0)