Skip to content

Instantly share code, notes, and snippets.

@ala747
Created December 2, 2010 18:37
Show Gist options
  • Save ala747/725822 to your computer and use it in GitHub Desktop.
Save ala747/725822 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title></title>
<style type="text/css">
<!--
#argh {
margin:20px;
padding:20px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
-moz-box-shadow: 0 0 10px #666;
-webkit-box-shadow: 0 0 10px #666;
box-shadow: 0 0 10px #666
}
-->
</style>
</head>
<body>
<div id="argh">¡Hola, Mundo!</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment