From 6e198a9a9b6e1bd73ababa8adf463905dc12989d Mon Sep 17 00:00:00 2001 From: joruchan <44210219+joruchan@users.noreply.github.com> Date: Wed, 31 Oct 2018 05:19:46 +0100 Subject: [PATCH] Added styling (#20558) right and left were on the same line --- .../html/attributes/img-align-attribute/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/guide/english/html/attributes/img-align-attribute/index.md b/guide/english/html/attributes/img-align-attribute/index.md index 3af469601a..b64c697762 100644 --- a/guide/english/html/attributes/img-align-attribute/index.md +++ b/guide/english/html/attributes/img-align-attribute/index.md @@ -6,11 +6,11 @@ title: Img Align Attribute The align attribute of an image specifies where the image should be aligned according to the surrounding element. Attribute Values: -right - Align image to the right -left - Align image to the left -top - Align image to the top -bottom - Align image to the bottom -middle - Align image to the middle +- **right** - Align image to the right +- **left** - Align image to the left +- **top** - Align image to the top +- **bottom** - Align image to the bottom +- **middle** - Align image to the middle For example: ```html