index.html changes [
declared the doctype in index.html -- fixed
added metatags and title tag in
-fixed
added double quotes around src attribute of img. -fixed
added poem div in the body -fixed
]
style.css changes [
positioned container div in the center using flex
added poem div along with p tag and span for author-name
added animation on the heading in the poem div
Hi, github-codelab added a poem component to your project. reference https://github.com/lisunshiny/github-codelab/issues/4.
index.html changes [ declared the doctype in index.html -- fixed added metatags and title tag in
-fixed added double quotes around src attribute of img. -fixed added poem div in the body -fixed]
style.css changes [ positioned container div in the center using flex added poem div along with p tag and span for author-name added animation on the heading in the poem div
]
-SalehAhmed10