Created
July 14, 2020 10:21
-
-
Save zhanang19/3edd56dc9b0304729b6107f7d7c7e14e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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