Skip to content

Instantly share code, notes, and snippets.

@lindwurm
Created August 13, 2018 09:20
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 lindwurm/fc7769f967f92d9a4d7c0445867972c4 to your computer and use it in GitHub Desktop.
Save lindwurm/fc7769f967f92d9a4d7c0445867972c4 to your computer and use it in GitHub Desktop.
<style>
.section {
text-align: right;
}
.section strong {
font-weight: 500;
font-size: 32px;
line-height: 48px;
display: block;
}
.container {
display: flex;
justify-content: space-around;
color: white;
margin: 32px 0;
}
</style>
<div class="container">
<div class="section">
<span>Region</span>
<strong>東京</strong>
<span>第1ゾーン</span>
</div>
<div class="section">
<span>vCPU</span>
<strong>8</strong>
<span>core</span>
</div>
<div class="section">
<span>RAM</span>
<strong>16</strong>
<span>GB</span>
</div>
<div class="section">
<span>SSD</span>
<strong>500</strong>
<span>GB</span>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment