Skip to content

Commit

Permalink
Update styles.md to reflect blockquote styling
Browse files Browse the repository at this point in the history
  • Loading branch information
MReyna12 committed Aug 5, 2024
1 parent 461f783 commit ce5a049
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
Binary file added docs/static/blockquote.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions docs/styles.md
Original file line number Diff line number Diff line change
Expand Up @@ -944,6 +944,27 @@ have a `<p>` tag and `<a>` tags.

---

## Blockquote

Add a styled blockquote.

**Examples**

<div style="text-align: center;">
<img src="./static/blockquote.png" width="750">
</div>

**Availability**

The blockquote styling should only be used on `<blockquote>` tags.

**Usage**
```html
<blockquote class="os-raise-blockquote">Andre bought a new bag of cat food. The next day, he opened it to feed his cat. The graph shows how many ounces were left in the bag on the days after it was bought.</blockquote>
```

---

# Flex

## Initializing Flexbox (os-raise-d-flex-nowrap / os-raise-d-flex)
Expand Down

0 comments on commit ce5a049

Please sign in to comment.