File tree Expand file tree Collapse file tree 4 files changed +34
-3
lines changed
Expand file tree Collapse file tree 4 files changed +34
-3
lines changed Original file line number Diff line number Diff line change 1- <!-- <spotting-line-calendar-heatmap> </spotting-line-calendar-heatmap> -->
2- line works!
1+ < div class ="main-container ">
2+ < a href ="https://www.youtube.com/watch?v=dQw4w9WgXcQ " target ="_blank ">
3+ < img class ="image " src ="../../assets/page-under-construction.jpg " />
4+ </ a >
5+ </ div >
Original file line number Diff line number Diff line change 1+ .main-container {
2+ margin-top : 100px ;
3+ display : grid ;
4+ height : 100% ;
5+ align-items : center ;
6+ justify-content : center ;
7+ }
8+
9+ .image {
10+ max-width : 500px ;
11+ max-height : 500px ;
12+ }
Original file line number Diff line number Diff line change 1- < p > overall works!</ p >
1+ < div class ="main-container ">
2+ < a href ="https://www.youtube.com/watch?v=dQw4w9WgXcQ " target ="_blank ">
3+ < img class ="image " src ="../../assets/page-under-construction.jpg " />
4+ </ a >
5+ </ div >
Original file line number Diff line number Diff line change 1+ .main-container {
2+ margin-top : 100px ;
3+ display : grid ;
4+ height : 100% ;
5+ align-items : center ;
6+ justify-content : center ;
7+ }
8+
9+ .image {
10+ max-width : 500px ;
11+ max-height : 500px ;
12+ }
You can’t perform that action at this time.
0 commit comments