scrimba
How to Build a Beautiful Blog
Text Elements Pt. 2
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

AboutCommentsNotes
Text Elements Pt. 2
Expand for more info
index.html
run
preview
console
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>hello, world!</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i,900,900i">
<link rel="stylesheet" href="styles/reset.css">
<link rel="stylesheet" href="styles/-debug.css">
<link rel="stylesheet" href="styles/article.css">
<link rel="stylesheet" href="styles/article-image.css">
<style>

h2, p:not(:last-child) { margin-bottom: 2.4rem; }

</style>
</head>
<body>
<article id="the-cosmos">
<h1><a href="#the-cosmos">The <em>Cosmos</em> is all there is</a></h1>
<h2>Or ever was, or ever will be</h2>

<time datetime="03-09-2014">MAR. 9, 2014</time>
<p>
<em>A generation ago</em>, the astronomer <a href="https://en.wikipedia.org/wiki/carl_sagan">Carl Sagan</a> stood here and launched hundreds of millions of us on a great adventure the exploration of the universe revealed by science.
It's time to get going again.
We're about to begin a journey that will take us from the infinitesimal to the infinite, from the dawn of time to the distant future.
We'll explore galaxies and suns and worlds, surf the gravity waves of space-time, encounter beings that live in fire and ice, explore the planets of stars that never die, discover atoms as massive as suns and universes smaller than atoms.
</p>

<h3>COSMOS IS ALSO A STORY ABOUT US</h3>
<p>
It's the saga of how wandering bands of hunters and gatherers found their way to the stars, one adventure with many heroes.
To make this journey, we'll need imagination.
But imagination alone is not enough because the reality of nature is far more wondrous than anything we can imagine.
This adventure is made possible by generations of searchers strictly adhering to a simple set of rules test ideas by experiment and observation, build on those ideas that pass the test, reject the ones that fail, follow the evidence wherever it leads and question everything.
<strong>Accept these terms, and the cosmos is yours.</strong>
</p>
</article>
</body>
</html>
Console
!
Error: Failed to load styles/-debug.css
,
index.html#the-cosmos
-5:00