Skip to content

Instantly share code, notes, and snippets.

@luciandinu
Last active May 16, 2021 05:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luciandinu/c4362dbecc382a50b57ee585154e1ff9 to your computer and use it in GitHub Desktop.
Save luciandinu/c4362dbecc382a50b57ee585154e1ff9 to your computer and use it in GitHub Desktop.
Custom CSS [Sparkle Tutorials] How to create a price list - part 1
<style>
#price_menu p {
display: flex;
justify-content: space-between;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment