Skip to content

Commit

Permalink
com
Browse files Browse the repository at this point in the history
  • Loading branch information
blanzh committed Oct 22, 2020
1 parent 8e145f4 commit 9bd8b94
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
<!doctype html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<style>
*, *:before, *:after {
*,
*:before,
*:after {
box-sizing: border-box;
margin: 0;
padding: 0;
Expand Down Expand Up @@ -35,14 +38,17 @@
margin: 3px;
}

.list__item:hover, .list__item.active {
.list__item:hover,
.list__item.active {
background: blueviolet;
color: #fff;
}
</style>
</head>

<body>
<p><a href="cars3.html">cars3.html</a></p>
<p><a href="cars4.html">cars4.html</a></p>
<span><a href="cars3.html">cars3.html</a></spa>
<p><a href="cars4.html">cars4.html</a></p>
</body>
</html>

</html>

0 comments on commit 9bd8b94

Please sign in to comment.