padding: 2px 0;
text-decoration: none;
}
+
+
+
+
+.panel-container {
+ display: flex;
+ flex-direction: row;
+ justify-content: space-between;
+ width: 100%;
+}
+
+.panel-container div {
+ flex-basis: 0;
+ min-width: 200px;
+ padding: 6px 0;
+ /* background-color: var(--background-color); */
+}
\ No newline at end of file
</div>
<main>
- <div class="container" style="width: 100%">
-
+ <div class="container">
<div style="display: flex; flex-direction: row; align-items: center; justify-content: space-between;">
<div>
<h2>Overview</h2>
</div>
</div>
+ <div class="container light">
+ <h2>Features</h2>
+
+ <div class="panel-container">
+ <div>
+ <h3>Portable</h3>
+ </div>
+ <div>
+ <h3>Simple</h3>
+ </div>
+ <div>
+ <h3>Extensible</h3>
+ </div>
+ <div>
+ <h3>Fun</h3>
+ </div>
+ </div>
+ </div>
+
<!--
<div class="container light" id="install">
<h2>Installation</h2>