File tree Expand file tree Collapse file tree 1 file changed +31
-1
lines changed Expand file tree Collapse file tree 1 file changed +31
-1
lines changed Original file line number Diff line number Diff line change 69
69
</ header >
70
70
< main >
71
71
< h1 class ="text-center pb-5 ">
72
- Tutorial 5. Images for Practice
72
+ Tutorial 6. Resources for Practice
73
73
</ h1 >
74
+ < div >
75
+ < h2 > Links (URLs)</ h2 >
76
+ < ul class ="links ">
77
+ < li >
78
+ < a href ="https://github.com/twbs/bootstrap " class ="github-link "> twbs/bootstrap</ a >
79
+ : https://github.com/twbs/bootstrap
80
+ </ li >
81
+ < li >
82
+ < a href ="https://github.com/topics/javascript " class ="github-link "> javascript</ a >
83
+ : https://github.com/topics/javascript
84
+ </ li >
85
+ < li >
86
+ < a href ="https://github.com/topics/css " class ="github-link "> css</ a >
87
+ : https://github.com/topics/css
88
+ </ li >
89
+ < li >
90
+ < a href ="https://github.com/topics/sass " class ="github-link "> sass</ a >
91
+ : https://github.com/topics/sass
92
+ </ li >
93
+ < li >
94
+ < a href ="https://github.com/topics/bootstrap " class ="github-link "> bootstrap</ a >
95
+ : https://github.com/topics/bootstrap
96
+ </ li >
97
+ </ ul >
98
+ </ div >
74
99
< div class ="images ">
75
100
< hr >
101
+ < h2 > Images</ h2 >
76
102
< img src ="./assets/tutorial-6-images/cake.png ">
77
103
< img src ="./assets/tutorial-6-images/code-1.png ">
78
104
< img src ="./assets/tutorial-6-images/code-2.png ">
@@ -116,6 +142,10 @@ <h1 class="text-center pb-5">
116
142
max-height : 350px ;
117
143
padding : 30px ;
118
144
}
145
+
146
+ .links {
147
+ list-style : none;
148
+ }
119
149
</ style >
120
150
121
151
You can’t perform that action at this time.
0 commit comments