Skip to content

Instantly share code, notes, and snippets.

@Sharkbyteprojects
Created July 29, 2021 05:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Sharkbyteprojects/62f242f30e5d91e615ae08bd13b8b09c to your computer and use it in GitHub Desktop.
Save Sharkbyteprojects/62f242f30e5d91e615ae08bd13b8b09c to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>-</title>
<style>
div.brick{background-image: url(brick.svg);height: 40px;width: 100%;background-color: #000;border-radius: 3px;}
</style>
</head>
<body>
<div>
<div class="brick"></div>
</div>
<p>&copy; Sharkbyteprojects</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment