Skip to content

Instantly share code, notes, and snippets.

View luciandinu's full-sized avatar

Lucian Dinu luciandinu

View GitHub Profile
@luciandinu
luciandinu / price_list_part2.html
Last active May 17, 2021 11:13
Custom CSS [Sparkle Tutorials] How to create a price list - part 2
<style>
#price_menu p {
display: flex;
justify-content: space-between;
}
#price_menu p span:last-child {
white-space: nowrap;
}
#price_menu_dots p {
@luciandinu
luciandinu / price_list_part1.html
Last active May 16, 2021 05:14
Custom CSS [Sparkle Tutorials] How to create a price list - part 1
<style>
#price_menu p {
display: flex;
justify-content: space-between;
}
</style>
@luciandinu
luciandinu / helpspace_custom_css.css
Last active January 31, 2021 09:59
Helpspace Custom CSS
html,
body {
width: 100%;
height: 100%;
font-family: Poppins, sans-serif;
}
body,
h1,
h2,