Recent content by LOJ Tech

  1. L

    HTML/PHP Language Difficulties?

    When writing background color, you can use color, hex, or rgb. In your example, you are combined color and hex. You would need to do background-color: red; or background-color: #FF0000;
Back
Top