Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@ <h2>Properties</h2>

<section class="dashboard--layouts">
<h2>Layouts</h2>
<ul></ul>
<ul>
<li class="post-it" id="andrea">
<h3>Display inline</h3>
<p>The display property specifies the display behavior (the type of rendering box) of an element. Element displayed as an inline element similar to <code>span</code> does not start on a new line. The element only takes up the required width.</p>
</li>
</ul>
</section>
</div>
</div>
Expand Down
10 changes: 10 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,13 @@
/* LAYOUTS */
/***************************************************/
/* Put Layout post-it styles here! ↓ */
.post-it#andrea {
height: 200px;
aspect-ratio: 1;
background-color: #0089BA;
rotate: z 5deg;
}

#andrea h3{
font-weight:bold;
}