scrimba
Applied Visual Design
Change an Element's Relative Position
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

Change an Element's Relative Position
AboutCommentsNotes
Change an Element's Relative Position
Expand for more info
index.html
run
preview
console
<style>
h2 {


}
</style>
<body>
<h1>On Being Well-Positioned</h1>
<h2>Move me!</h2>
<p>I still think the h2 is where it normally sits.</p>
</body>
Console
index.html
-1:46