Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/bradtraversy/50projects50days/rotating-nav-animation/

index.html /cody/bradtraversy/50projects50days/rotating-nav-animation/index.html
374 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/rotating-nav-animation/script.js
138 Views
0 Comments
const open = document.getElementById('open')
const close = document.getElementById('close')
const container = document.querySele
style.css /cody/bradtraversy/50projects50days/rotating-nav-animation/style.css
135 Views
0 Comments
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');

* {
box-sizing: border-box;
}

body {
font-family