Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/bradtraversy/vanillawebprojects/lyrics-search/

index.html /cody/bradtraversy/vanillawebprojects/lyrics-search/index.html
5 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
readme.md /cody/bradtraversy/vanillawebprojects/lyrics-search/readme.md
5 Views
0 Comments
## LyricsSearch App

Find songs, artists and lyrics using the [lyrics.ovh](https://lyrics.ovh) API

## Project Specifications

-
script.js /cody/bradtraversy/vanillawebprojects/lyrics-search/script.js
4 Views
0 Comments
const form = document.getElementById('form');
const search = document.getElementById('search');
const result = document.getEleme
style.css /cody/bradtraversy/vanillawebprojects/lyrics-search/style.css
5 Views
0 Comments
* {
box-sizing: border-box;
}

body {
background-color: #fff;
font-family: Arial, Helvetica, sans-serif;
margin: 0;