cody - HTMLify profile

cody's Profile Picture

cody

4049 Files

516271 Views

Latest files of /cody/wtopglau

What type of pokemon gym leader are you cody/wtopglau/index.html
510 Views
0 Comments
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FJVEN7W17S"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
wtopagu css cody/wtopglau/style.css
152 Views
0 Comments
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
box-sizing: border-box;
scroll-behavior: smooth;
font-family: "Kanit";
margin: 0;
padding: 0;
wtopagu js cody/wtopglau/main.js
220 Views
0 Comments
// retrieve the data
// used https://api.jquery.com/jquery.getjson/ as a resource
$.getJSON("data.json", function(data) {
// append the data
// retrieves and appends header
$('title').append(data.title);
$('header').append(`<h1>${data.title}</h1>`);
$('header').append(`<img class="background-img" src="${data.header_image}"/>`);