Skip to content

Commit 326843f

Browse files
author
dima_los
committed
Update
1 parent bfe1f94 commit 326843f

File tree

2 files changed

+27
-7
lines changed

2 files changed

+27
-7
lines changed

resources-6.html

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,28 +75,33 @@ <h1 class="text-center pb-5">
7575
<h2>Links (URLs)</h2>
7676
<ul class="links">
7777
<li>
78-
<a href="https://github.com/twbs/bootstrap" class="github-link">twbs/bootstrap</a>
79-
: https://www.youtube.com/watch?v=Idh8n5XuYIA
78+
<a href="https://www.youtube.com/watch?v=Idh8n5XuYIA" class="github-link">Deadpool & Wolverine | Final Trailer | In Theaters July 26</a> &nbsp;&nbsp;
79+
👉 &nbsp; https://www.youtube.com/watch?v=Idh8n5XuYIA
8080
</li>
8181
<li>
8282
<a href="https://github.com/twbs/bootstrap" class="github-link">twbs/bootstrap</a>
83-
: https://github.com/twbs/bootstrap
83+
&nbsp;&nbsp;
84+
👉 &nbsp; https://github.com/twbs/bootstrap
8485
</li>
8586
<li>
8687
<a href="https://github.com/topics/javascript" class="github-link">javascript</a>
87-
: https://github.com/topics/javascript
88+
&nbsp;&nbsp;
89+
👉 &nbsp; https://github.com/topics/javascript
8890
</li>
8991
<li>
9092
<a href="https://github.com/topics/css" class="github-link">css</a>
91-
: https://github.com/topics/css
93+
&nbsp;&nbsp;
94+
👉 &nbsp; https://github.com/topics/css
9295
</li>
9396
<li>
9497
<a href="https://github.com/topics/sass" class="github-link">sass</a>
95-
: https://github.com/topics/sass
98+
&nbsp;&nbsp;
99+
👉 &nbsp; https://github.com/topics/sass
96100
</li>
97101
<li>
98102
<a href="https://github.com/topics/bootstrap" class="github-link">bootstrap</a>
99-
: https://github.com/topics/bootstrap
103+
&nbsp;&nbsp;
104+
👉 &nbsp; https://github.com/topics/bootstrap
100105
</li>
101106
</ul>
102107
</div>
@@ -149,6 +154,13 @@ <h2>Images</h2>
149154

150155
.links {
151156
list-style: none;
157+
display: flex;
158+
flex-direction: column;
159+
gap: 10px;
160+
}
161+
162+
.links > li {
163+
border-bottom: 1px solid #dddddd;
152164
}
153165
</style>
154166

solutions/tutorial-06/3-6.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@
1919
<img src="images/code-2.png" class="code-image">
2020

2121
<style>
22+
/*p {*/
23+
/* width: 550px;*/
24+
/*}*/
25+
26+
/*hr {*/
27+
/* width: 550px;*/
28+
/*}*/
29+
2230
.documentation-title {
2331
font-size: 26px;
2432
font-weight: bold;

0 commit comments

Comments
 (0)