File tree Expand file tree Collapse file tree 4 files changed +33
-13
lines changed
Expand file tree Collapse file tree 4 files changed +33
-13
lines changed Original file line number Diff line number Diff line change 2828
2929<div class =" row image-header" >
3030 <figure class =" col-md-12" >
31- <img class =" article-image " src =" @ImagePath" width =" 500" height =" auto" alt =" @Description" />
31+ <img class =" img-fluid rounded mx-auto d-block my-3 " src =" @ImagePath" width =" 500" height =" auto" alt =" @Description" />
3232 <figcaption >@ImageDescription </figcaption >
3333 </figure >
3434</div >
Original file line number Diff line number Diff line change 2121
2222<header class =" article-header" >
2323 <h1 class =" fw-bold" >@Title </h1 >
24- <img src =" @Image" alt =" Article Banner" class =" article-image img-fluid mt -3" >
24+ <img src =" @Image" alt =" Article Banner" class =" img-fluid rounded mx-auto d-block my -3" >
2525</header >
2626
2727@* <div class="row"> *@
Original file line number Diff line number Diff line change 55 </div> *@
66
77 <main >
8- <div class =" top-row px-4" >
9- <a href =" https://learn.microsoft.com/aspnet/core/" target =" _blank" >About</a >
10- </div >
8+ <header class =" bg-primary text-white p-3 d-flex align-items-center" >
9+ <div class =" logo" >
10+ <h3 class =" m-0" >Dev Arena</h3 >
11+ </div >
12+ <div class =" search-bar text-center" >
13+ <input type =" text" class =" form-control w-75 mx-auto" placeholder =" Search..." >
14+ </div >
15+ <div class =" settings" >
16+ <button class =" btn btn-light" >Settings</button >
17+ </div >
18+ </header >
1119
1220 <article class =" content px-4" >
1321 @Body
Original file line number Diff line number Diff line change 1- <div class =" top-row ps-3 navbar navbar-dark" >
2- @* <div class="container-fluid">
3- <a class="navbar-brand" href="">TestArena</a>
4- <button title="Navigation menu" class="navbar-toggler" @onclick="ToggleNavMenu">
5- <span class="navbar-toggler-icon"></span>
6- </button>
7- </div> *@
8- </div >
1+ @* $1$ <div class="top-row ps-3 navbar navbar-dark"> #1# *@
2+ @* $1$ $1$ <div class="container-fluid"> #1# *@
3+ @* $1$ <a class="navbar-brand" href="">TestArena</a> #1# *@
4+ @* $1$ <button title="Navigation menu" class="navbar-toggler" @onclick="ToggleNavMenu"> #1# *@
5+ @* $1$ <span class="navbar-toggler-icon"></span> #1# *@
6+ @* $1$ </button> #1# *@
7+ @* $1$ </div> #1# *@
8+ @* $1$ </div> #1# *@
9+
10+ <header class =" bg-primary text-white p-3 d-flex align-items-center" >
11+ <div class =" logo" >
12+ <h3 class =" m-0" >Tech Blog</h3 >
13+ </div >
14+ <div class =" search-bar text-center" >
15+ <input type =" text" class =" form-control w-75 mx-auto" placeholder =" Search..." >
16+ </div >
17+ <div class =" settings" >
18+ <button class =" btn btn-light" >Settings</button >
19+ </div >
20+ </header >
921
1022@* <div class="@NavMenuCssClass nav-scrollable" @onclick="ToggleNavMenu"> *@
1123@* <nav class="flex-column"> *@
You can’t perform that action at this time.
0 commit comments