@@ -75,28 +75,33 @@ <h1 class="text-center pb-5">
75
75
< h2 > Links (URLs)</ h2 >
76
76
< ul class ="links ">
77
77
< 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 >
79
+ 👉 https://www.youtube.com/watch?v=Idh8n5XuYIA
80
80
</ li >
81
81
< li >
82
82
< a href ="https://github.com/twbs/bootstrap " class ="github-link "> twbs/bootstrap</ a >
83
- : https://github.com/twbs/bootstrap
83
+
84
+ 👉 https://github.com/twbs/bootstrap
84
85
</ li >
85
86
< li >
86
87
< a href ="https://github.com/topics/javascript " class ="github-link "> javascript</ a >
87
- : https://github.com/topics/javascript
88
+
89
+ 👉 https://github.com/topics/javascript
88
90
</ li >
89
91
< li >
90
92
< a href ="https://github.com/topics/css " class ="github-link "> css</ a >
91
- : https://github.com/topics/css
93
+
94
+ 👉 https://github.com/topics/css
92
95
</ li >
93
96
< li >
94
97
< a href ="https://github.com/topics/sass " class ="github-link "> sass</ a >
95
- : https://github.com/topics/sass
98
+
99
+ 👉 https://github.com/topics/sass
96
100
</ li >
97
101
< li >
98
102
< a href ="https://github.com/topics/bootstrap " class ="github-link "> bootstrap</ a >
99
- : https://github.com/topics/bootstrap
103
+
104
+ 👉 https://github.com/topics/bootstrap
100
105
</ li >
101
106
</ ul >
102
107
</ div >
@@ -149,6 +154,13 @@ <h2>Images</h2>
149
154
150
155
.links {
151
156
list-style : none;
157
+ display : flex;
158
+ flex-direction : column;
159
+ gap : 10px ;
160
+ }
161
+
162
+ .links > li {
163
+ border-bottom : 1px solid # dddddd ;
152
164
}
153
165
</ style >
154
166
0 commit comments