
commit
63e799f06a
3 changed files with 17 additions and 0 deletions
@ -0,0 +1,4 @@ |
|||
body { |
|||
background-image: url(kitten.jpg); |
|||
background-size: cover; |
|||
} |
@ -0,0 +1,13 @@ |
|||
<!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"> |
|||
<link rel="stylesheet" href="custom.css"> |
|||
<title>Document</title> |
|||
</head> |
|||
<body> |
|||
|
|||
</body> |
|||
</html> |
After Width: | Height: | Size: 213 KiB |
Loading…
Reference in new issue