From 72d6a86d8726494126c22c6afd9429fe544b8d48 Mon Sep 17 00:00:00 2001 From: Jason Zhu Date: Wed, 8 Sep 2021 16:08:19 +1000 Subject: [PATCH] 7.6.2 Applying Bootstrap Styles to the Layout; Listing 7-26 Applying Bootstrap CSS to the _Layout.cshtml File --- .../SportsStore.WebUI/Views/Shared/_Layout.cshtml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/SportsStore/SportsStore.WebUI/Views/Shared/_Layout.cshtml b/SportsStore/SportsStore.WebUI/Views/Shared/_Layout.cshtml index e2f2248..1a616af 100644 --- a/SportsStore/SportsStore.WebUI/Views/Shared/_Layout.cshtml +++ b/SportsStore/SportsStore.WebUI/Views/Shared/_Layout.cshtml @@ -3,11 +3,21 @@ + + @ViewBag.Title -
- @RenderBody() + +
+
+ Put something useful here later +
+
+ @RenderBody() +
\ No newline at end of file