Looking for a grade and constructive criticism to my code

Please grade my Random Quote Generator page. :slight_smile: Feedback is welcome too.
https://codepen.io/TonyRednil/pen/jxqRJG

Thanks for pointing that out. I have been making some changes to this code and I guess I really shouldn’t be changing the one I’m asking for a grade on. I will definitely work on how the site looks in a webpage though.

I have reset it to how it was when I posted it. Would you mind looking at it again? I know it still won’t look great on a mobile.

Try to be consequent in naming your ids and classes. I always prefer to use small case over camel case. Its much easier to remember names of ids or classes you have used in html to pair them correctly in css.

I thought they didn’t work unless they were in camel case. I’ll try that out! Thanks.

I’ll work on that. Is your grade still an F?

You don't need anything inside paragraphs to append html. Also for me better looking placement: #author{ font-size: 25px; color: black; float: right; margin-top: 20px; margin-right: 20px; margin-bottom: 10px; font-weight: bold; }

Lose absolute and percentage. Try like this, see if it helps.