Skip to content

Instantly share code, notes, and snippets.

View Arilas's full-sized avatar

Alex Grand Arilas

View GitHub Profile
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>jPosition demo</title>
<style>
.positionDiv {
border-radius: 12px;
box-shadow: 1px 1px 3px 3px rgba(229, 245, 171,0.9);
-moz-box-shadow: 1px 1px 3px 3px rgba(229, 245, 171,0.9);