I screwed up somewhere? Need Help

Started by Ronald, December 09, 2020, 05:43:55 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Skhilled

Here's how Web Dev will look. If you click on the button the right arrow is pointing to you can click anywhere on the screen to target something you wish to change. you will see the screen change colors as you move your mouse. You'll also see the style names for things as you hover over them.

The code on the right where the right arrow is pointing to is where you can change the code. For instance, see:

body, td, th, tr {
    color: #222;
}


The code above is for the code style. If you click on the colored circle you can change the color of the body style. You can also change the "#222" to also change it to a different color number and change it that way too.