scrimba
HTML & CSS
Build a Google.com clone
Solo Project (PRO) - The Daily Dribble Newsletter
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

Solo Project (PRO) - The Daily Dribble Newsletter
AboutCommentsNotes
Solo Project (PRO) - The Daily Dribble Newsletter
Expand for more info
index.html
run
preview
console
<!doctype html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>THE DAILY DRIBBLE</h1>

<!-- Image credit: Thomas Serer https://unsplash.com/@jesusance -->
<img src="stadium.jpg" />

</body>
</html>

<!--
THE DAILY DRIBBLE

Your daily dose of soccer stories from on and off the pitch.
Interviews, breaking news and more!

ENTER YOUR EMAIL
JOIN NOW

Read our terms of service.

-->
Console
/index.html
-1:51