Skip to content

Instantly share code, notes, and snippets.

@boldsupport
Created January 15, 2020 21:29
Show Gist options
  • Save boldsupport/dea650c75a2924231628a5dd2b9081e6 to your computer and use it in GitHub Desktop.
Save boldsupport/dea650c75a2924231628a5dd2b9081e6 to your computer and use it in GitHub Desktop.
<style>
/* RESET CSS */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, img, strong, sub,
sup, b, u, i, center, ol, ul, li, label, aside, footer, header, section {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
aside, footer, header, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
/* Widget Styling */
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 100%;
color: rgba(0, 0, 0, 0.9);
padding: 0;
margin: 0;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: subpixel-antialiased;
}
p {
font-size: 12px;
text-align: center;
margin-bottom: 5px;
color: #444;
}
.widget-container {
padding: 30px 20px 30px 20px;
}
h3.modal-title {
text-align: center;
padding-bottom: 15px;
font-size: 28px;
font-family: "proxima nova";
color: #343a40;
}
ul.modal-list {
font-family: "proxima nova";
color: #343a40;
font-size: 18px;
}
ul {
list-style-type: disc;
list-style-position: inside;
}
</style>
<!-- Sets the widget height -->
<script>
Widget.setHeight(500);
</script>
<div class="widget-container">
<h3 class="modal-title">International Shipping</h3>
<ul class="modal-list">
<li>
We ship all over the world
</li>
<li>
Shipping costs depend on distance from one of our warehouses
</li>
<li>
We charge taxes only in Manitoba
</li>
<li>
We accept returns and exchanges from all over the world.
</li>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment