Skip to content

Instantly share code, notes, and snippets.

@zhanang19
Created July 14, 2020 10:21
Show Gist options
  • Save zhanang19/3edd56dc9b0304729b6107f7d7c7e14e to your computer and use it in GitHub Desktop.
Save zhanang19/3edd56dc9b0304729b6107f7d7c7e14e to your computer and use it in GitHub Desktop.
<html>
<head>
<style>
.gambar {
background-image: url('https://picsum.photos/200');
height: 200px;
width: 100%;
}
</style>
</head>
<body>
<div class="gambar"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment