scrimba
Bootcamp (HTML/CSS/JS) 2024
bootcamp #02
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

bootcamp #02
AboutCommentsNotes
bootcamp #02
Expand for more info
about.html
run
preview
console
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<meta name="msapplication" content="" />
<meta name="theme" content=""/>
<meta name="author" content=""/>
<meta name="view" content="" />
<title>Document title</title>
<style>
img {
height: 300px;
width: 300px;
border-radius: 150px;
}
h1 {
font-display: none;
}
</style>

<title>My website</title>
</head>
<body>
<h1>About Page</h1>
</body>
</html>

Console
/index.html
LIVE