Skip to content

Instantly share code, notes, and snippets.

View JosueMagnus12's full-sized avatar
💻
Working on cool stuff

Josue Granados JosueMagnus12

💻
Working on cool stuff
View GitHub Profile
h1 {
font-size: 3vw;
}
p {
font-size: 2vw;
}
:root {
font-size: 62.5%;
}
h1 {
font-size: clamp(2rem, 3vw, 3.2rem);
}
p {
font-size: clamp(1.2rem, 2vw, 2.1rem);
@JosueMagnus12
JosueMagnus12 / index.html
Created October 29, 2021 15:03
Markup and Styles for a list and a table. Medium Article
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>