Skip to content

Instantly share code, notes, and snippets.

@MonicaAlcazar
Last active August 6, 2020 06:26
Show Gist options
  • Save MonicaAlcazar/7248379686ae1e7a72ddd5585db37381 to your computer and use it in GitHub Desktop.
Save MonicaAlcazar/7248379686ae1e7a72ddd5585db37381 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
</script>
<style>
#dog_face {
float: left;
}
#meat_on_bone {
float: right;
}
</style>
</head>
<body>
<div id="dog_face">🐶</div><div id="meat_on_bone">🍖</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment