Fortune Cookie

Your fortune will go here.

Objective

This project was a simple project that was just a webpage that when you click on it, it will give you a new fortune every time.

Problem

The words were getting squeezed in the box that I put them in which got me frustrated because it was impossible to read what the fortune said.

Solution

The solution was simple. This project was a bit in the middle of learning HTML and what I forgot to do was add the padding and margin in the rectangle where the fortune was. At first I tried 5em in the padding and 2em in the margin, however the box was too tall and too wide. So I changed to 4em in the margin and 3em in the padding which I was ok with it's not too tall it leaves some space for the text on the bottom and a bit too much space on the sides.