This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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); |