developedbyed / meditation-app

Meditation app tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wrong position of replay image in html and add this codes in css for class replay

livetoworldlife opened this issue · comments

Hi!, I like your tutorials on Youtube. So i want to add something there.
The replay button is not in the video, but you have it in your codes on github.
However, you forgot to add css to replay image, it seems to be out of position. This should be added to the css codes to solve the issue.

.replay {
   position: absolute;
   height: 30px;
   bottom: 30%;
}