Skip to content

Instantly share code, notes, and snippets.

@asathoor
Created January 29, 2019 10:16
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 asathoor/6606b5e9bdd1779e64343dac13f5ca17 to your computer and use it in GitHub Desktop.
Save asathoor/6606b5e9bdd1779e64343dac13f5ca17 to your computer and use it in GitHub Desktop.
CSS animation start file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Spøgelser og knirkende gulve</title>
<style>
body {
background-image: url(billeder/slot.jpg);
background-repeat: no-repeat;
background-size: cover;
}
#vampire {
width: 333px;
height: auto;
}
</style>
</head>
<body>
<img src="billeder/vampire.png" alt="" id="vampire">
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment