Skip to content

Commit 607d9be

Browse files
committed
add modal markup
1 parent f792977 commit 607d9be

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

index.html

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,35 @@
77
<title>RSS Reader</title>
88
</head>
99
<body>
10+
<!-- Modal -->
11+
<div class="modal fade" id="modal" tabindex="-1" aria-hidden="true">
12+
<div class="modal-dialog modal-dialog-centered">
13+
<div class="modal-content">
14+
<div class="modal-header">
15+
<h5 class="modal-title"></h5>
16+
<button
17+
type="button"
18+
class="btn-close"
19+
data-bs-dismiss="modal"
20+
></button>
21+
</div>
22+
<div class="modal-body"></div>
23+
<div class="modal-footer">
24+
<a href="#" target="_blank" class="btn btn-primary full-article"
25+
>Читать полностью</a
26+
>
27+
<button
28+
type="button"
29+
class="btn btn-secondary"
30+
data-bs-dismiss="modal"
31+
>
32+
Закрыть
33+
</button>
34+
</div>
35+
</div>
36+
</div>
37+
</div>
38+
1039
<main class="flex-grow-1">
1140
<section class="container-fluid bg-dark p-5">
1241
<div class="row">

0 commit comments

Comments
 (0)