Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/bradtraversy/50projects50days/hoverboard/

index.html /cody/bradtraversy/50projects50days/hoverboard/index.html
313 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
script.js /cody/bradtraversy/50projects50days/hoverboard/script.js
114 Views
0 Comments
const container = document.getElementById('container')
const colors = ['#e74c3c', '#8e44ad', '#3498db', '#e67e22', '#2ecc71']
co
style.css /cody/bradtraversy/50projects50days/hoverboard/style.css
105 Views
0 Comments
* {
box-sizing: border-box;
}

body {
background-color: #111;
display: flex;
align-items: center;