JSFiddle - React, Tailwind, and code Playground
by _nderscore
HTML
<div id="welcomepage">
<h1>Welcome to DBLiquids!</h1>
<div><img src="http://dbliquids.com/image/data/biglogovector3.png" width="300" alt="DBLiquids Logo" /></div>
<div class="wp_left">
Here at DBLiquids we use only top-quality USP food-grade ingredients from US-based suppliers who cater specifically to vaping.
All of our liquids are diacetyl-free, acetoin-free, and acetyl propionyl-free.<br />
<br />
Every order is hand mixed when the order is placed, and we use no sweeteners or food coloring in our liquids.
We pride ourselves in maintaining the highest standards of quality while giving a good variety of flavors to try.<br />
<br />
We aim for simple and balanced vaping.
</div>
</div>
CSS
* {
font-family: Arial, Helvetica, sans-serif;
}
#welcomepage {
width: 980px;
margin: 0 auto;
}
/* --- */
#welceompage {
text-align: center;
}
#welcomepage > * {
text-align: center;
}
#welcomepage h1 {
color: #C02020;
font-size: 48px;
margin: 50px 0 20px 0;
}
#welcomepage img {
margin: 0 auto;
}
#welcomepage .wp_left {
text-align: left;
width: 700px;
margin: 20px auto 0 auto;
}