26 lines
843 B
HTML
26 lines
843 B
HTML
<!DOCTYPE html>
|
|
<html lang="en" >
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>CodePen - Explode A Node: 3D Box Model</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
|
|
<link rel="stylesheet" href="./style.css">
|
|
|
|
</head>
|
|
<body>
|
|
<!-- partial:index.partial.html -->
|
|
<div class="stack">
|
|
<div class="content card">
|
|
<p><b><span id="desktop-prompt">Hover</span><span id="mobile-prompt">Tap</span> me!</b></p>
|
|
<p>I'm just some example text content so there's something inside this box, nothing much to see here.</p>
|
|
</div>
|
|
<div class="padding card"></div>
|
|
<div class="border card"></div>
|
|
<div class="background card"></div>
|
|
<div class="box-shadow card"></div>
|
|
</div>
|
|
<!-- partial -->
|
|
|
|
</body>
|
|
</html>
|