Skip to content

Instantly share code, notes, and snippets.

@navaneeth-dev
Created February 18, 2021 13:28
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 navaneeth-dev/40ab9455fe21e601d713a156545dc8dc to your computer and use it in GitHub Desktop.
Save navaneeth-dev/40ab9455fe21e601d713a156545dc8dc to your computer and use it in GitHub Desktop.
WNoOpNM
<div class="row">
<div class="card">1</div>
<div class="card">2</div>
<div class="card">3</div>
</div>
body {
font-family: "Arial", sans-serif;
font-size: 3rem;
}
.row {
display: flex;
}
.card {
border: 1px solid black;
background-color: #2980b9;
padding: 1rem;
border-radius: 4px;
width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment