Skip to content

Instantly share code, notes, and snippets.

@crguezl
Created February 2, 2015 08:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save crguezl/40c6b3fd6b95cc3d5f97 to your computer and use it in GitHub Desktop.
Save crguezl/40c6b3fd6b95cc3d5f97 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<style>
.example {
border-style: dashed;
border-width: 2px;
border-color: blue;
}
.example {
border: solid;
color: green;
}
</style>
</head>
<body>
<div class="example">
Hello world!
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment