Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Search results

  1. K

    HTML & CSS I can't see what I am doing wrong here

    I figured out the problem. Another tutorial actually helped to figure it out. In the code I had not added any CSS for the class called "product-top". I also changed some class names and such. Here is the new code that actually works. HTML <section class="new-products"> <div class="container">...
  2. K

    HTML & CSS I can't see what I am doing wrong here

    I am sorry. I tried to post a reply and I guess I did something wrong because it is not here. I do not know exactly what part of the code moved them. I wrote the HTML code above on the file and tested the code. The buttons were underneath the image. Then I wrote the css above and the images...
  3. K

    HTML & CSS I can't see what I am doing wrong here

    I tried closing the image tag and renaming the class for my icons nothing worked. I tried that together and separate. I looked up another tutorial for the same thing I am trying to do and it did not close the image tag either. The other tutorial was on W3 Schools how to list. I can't understand...
  4. K

    HTML & CSS I can't see what I am doing wrong here

    Sorry for the very late reply. Kids and life put a lot of things on hold. I did not realize I did not close the img tag. I will fix that first and see if I can find another way to fix the .fa as well. I followed that tutorial exactly and his worked. It did not make sense why my did not. Thank...
  5. K

    HTML & CSS I can't see what I am doing wrong here

    I have been following a tutorial I found on Youtube for building a website with bootstrap. It has been going good. Until now. I have spent 3 days trying to find what I did wrong in the code but I have been unable to see it myself. I am trying to do is make some font awesome icons appear on a...
Back
Top Bottom