-
Step 1
Go to the spot where you keep all of your CSS code, whether it's in a separate file or imbedded in the page. Go to where you want your element to appear.
-
Step 2
Create or modify your element. You are either addressing a simple element of HTML, like an image, text, icon or a class. Properties of classes are created by the programmer.
-
Step 3
Now look at your display option. Inline is the display default, so you may not need to enter a display command, but if your element needs to be one of several more complex options, you'll need to specify that with a command like {display: (element type)}
-
Step 4
Add any indicators for inline elements that help the browser decide where the item goes on the line, like (align) or (vertical).
-
Step 5
Go to a page view to see if your element appears as it should, in line with other elements. If your element has forced a new line, it's not inline, and you'll have to go back and modify the code again.










