scrimba
Frontend Career Path
Web dev basics
Build a Google.com clone
Aside: padding
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
Aside: padding
Expand for more info
index.html
run
preview
console
<html>
<head>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<div class="card">
A purely peer-to-peer version of electronic cash would allow online
payments to be sent directly from one party to another without going through a
financial institution. Digital signatures provide part of the solution, but the main
benefits are lost if a trusted third party is still required to prevent double-spending.
</div>
</body>
</html>
Console
/index.html
-5:17