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
@JosueMagnus12
JosueMagnus12 / index.html
Created July 31, 2021 00:52
Inline styling
<p style="color: green;">A cool paragraph</p>
@JosueMagnus12
JosueMagnus12 / index.html
Created July 31, 2021 00:45
Using CSS style sheets
<!DOCTYPE html>
<html lang="en-us">
<head>
<link rel="stylesheet" href="./styles/styles.css">
</head>
<body>
<p>A cool paragraph</p>
</body>
</html>
@JosueMagnus12
JosueMagnus12 / index.html
Last active July 31, 2021 00:18
Inheriting styles
<article>
<p>A cool paragraph</p>
<article>