Media-Ed-Online / intro-web-dev-2017aut

Site for course "Introduction to Web Design and Development."
https://media-ed-online.github.io/intro-web-dev-2017aut/
MIT License
12 stars 3 forks source link

So close, and yet so far.... #92

Open fbrown222 opened 6 years ago

fbrown222 commented 6 years ago

So I'm almost done, but there are a few things that aren't working... 👎

  1. I can't get my span to work on my reviews on my home page

  2. I also can't get my span to work on my about page for the "fun fact"

    • I also can't get the fun fact to center.

I'm sorry to bother you for something that might be really simple to fix, but since yesterday, I can't figure it out! :(

Anybody see the problems that I can't??

repo-3

MistyDaniels commented 6 years ago

I think you need to use either a p or div element rather than the span, then in CSS you can align it.

fbrown222 commented 6 years ago

@MistyDaniels Thank you that worked!! :)