Last active
August 6, 2020 06:26
-
-
Save MonicaAlcazar/7248379686ae1e7a72ddd5585db37381 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
<!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