-
Notifications
You must be signed in to change notification settings - Fork 0
/
overflow.html
21 lines (21 loc) · 921 Bytes
/
overflow.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Overflow</title>
<style>
body, html, p, iframe , div{
height: 100%;
}
</style>
</head>
<body>
<p class="codepen" data-default-tab="result" data-slug-hash="ZEByxdq" data-user="chriscoyier" data-height="800" style="height: 100%; box-sizing: border-box; display: flex; align-items: center; justify-content: center; border: 2px solid; margin: 1em 0; padding: 1em;">
<span>See the Pen <a href="https://codepen.io/chriscoyier/pen/ZEByxdq">
Overflow in CSS Examples</a> by Chris Coyier (<a href="https://codepen.io/chriscoyier">@chriscoyier</a>)
on <a href="https://codepen.io">CodePen</a>.</span>
</p>
<script async src="https://cpwebassets.codepen.io/assets/embed/ei.js"></script>
</body>
</html>