From 04ed29fd17aa830178411917c0ea6b368095be24 Mon Sep 17 00:00:00 2001
From: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
Date: Tue, 30 Jul 2019 01:21:57 -0700
Subject: [PATCH] fix: replaced stub with a solution (#36533)
---
.../index.md | 65 ++++++++++++++++++-
1 file changed, 62 insertions(+), 3 deletions(-)
diff --git a/guide/english/certifications/front-end-libraries/bootstrap/use-a-span-to-target-inline-elements/index.md b/guide/english/certifications/front-end-libraries/bootstrap/use-a-span-to-target-inline-elements/index.md
index 34d8fd72d3..df69446331 100644
--- a/guide/english/certifications/front-end-libraries/bootstrap/use-a-span-to-target-inline-elements/index.md
+++ b/guide/english/certifications/front-end-libraries/bootstrap/use-a-span-to-target-inline-elements/index.md
@@ -3,8 +3,67 @@ title: Use a span to Target Inline Elements
---
# Use a span to Target Inline Elements
-This is a stub. Help our community expand it.
+---
+## Solutions
-This quick style guide will help ensure your pull request gets accepted.
+Solution 1 (Click to Show/Hide)
-
+```html
+
+
+
+
+
CatPhotoApp
+
+

+
+

+
+
+
+
+
+
+
+
+
+
+
+
Things cats love:
+
+ - cat nip
+ - laser pointers
+ - lasagna
+
+
Top 3 things cats hate:
+
+ - flea treatment
+ - thunder
+ - other cats
+
+
+
+```
+
+