17 lines
376 B
HTML
17 lines
376 B
HTML
<style>
|
|
.contributors .list {
|
|
display: flex;
|
|
flex-flow: wrap;
|
|
grid-gap: 20px;
|
|
white-space: nowrap;
|
|
}
|
|
</style>
|
|
<article eiccard class="contributors">
|
|
<header>
|
|
<h1>Contributors</h1>
|
|
<h2>People involved in the project</h2>
|
|
</header>
|
|
<section>
|
|
<ul nonbulleted class="list"></ul>
|
|
</section>
|
|
</article> |