added: sound button resets search field

This commit is contained in:
Erhard 2017-08-03 17:40:34 +02:00
parent 4aa9f92848
commit 6290c93982
2 changed files with 3 additions and 3 deletions

View File

@ -65,12 +65,12 @@ section {
width: 100%; width: 100%;
} }
#reset { div #reset {
font-size: 2em; font-size: 2em;
padding-left: 5px; padding-left: 5px;
} }
#reset:hover { div #reset:hover {
cursor: pointer; cursor: pointer;
} }

View File

@ -30,7 +30,7 @@
</head> </head>
<body> <body>
<nav> <nav>
<a href="#sounds">Sounds</a> <a href="#sounds" id="reset">Sounds</a>
<a href="#youtube">YouTube</a> <a href="#youtube">YouTube</a>
<a href="#voice">Voice</a> <a href="#voice">Voice</a>
</nav> </nav>