In-Line box

In-line style boxes.

These are examples of work I am doing in different subjects.
The first subject is Social Studies.

In-line style

style="background: yellow;
border-radius: 2px;
border: 1px solid green;
box-shadow: 3px 3px 5px blue, inset 0px 0px 10px white;
text-shadow: 3px 3px 5px red;
font-size: 2em;
padding: 2px;"

In-line style in a span tag
<span style="background: yellow; border-radius: 2px; border: 1px solid green; box-shadow: 3px 3px 5px blue, inset 0px 0px 10px white; text-shadow: 3px 3px 5px red; font-size: 2em; padding: 2px;">Social Studies</span>


In-line style has many uses.

The style can be added to many tags such as <section> <div> <p> and <span> For example the above example is added to a <span> tag.