lisunshiny / github-codelab

0 stars 0 forks source link

Added poem #7

Closed SalehAhmed10 closed 1 year ago

SalehAhmed10 commented 1 year ago

Hi, github-codelab added a poem component to your project. reference https://github.com/lisunshiny/github-codelab/issues/4.

index.html changes [ doctype-fix 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