<head>
<style>
.static-example {
position: static;
background-color: lightcoral;
padding: 10px;
margin: 10px;
}
</style>
</head>
<body>
<div class="static-example">This is a static position element.</div>
<div class="static-example">Another static position element.</div>
</body>

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.