cody - HTMLify profile

cody
4270 Files
632543 Views
Latest files of /cody/solygambas/html-css-javascript-projects/037-pokedex
@import url("https://fonts.googleapis.com/css?family=Lato:wght@300;400&display=swap");
* {
box-sizing: border-box;
}
body {
background: #efefbb;
* {
box-sizing: border-box;
}
body {
background: #efefbb;
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>Pokedex</title>
</head>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>Pokedex</title>
</head>