User Tools

Site Tools


en:web_development:text:headings

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:web_development:text:headings [2022/02/09 13:24]
mag [Shadow]
en:web_development:text:headings [2023/08/16 09:33] (current)
Line 57: Line 57:
   * Finally, let's add some shadow to the heading.   * Finally, let's add some shadow to the heading.
 <code><h1 style="font-family:Arial,sans-serif; color:green; font-size: 1.7em; text-decoration:underline; font-variant: small-caps; line-height: 2em; text-shadow:2px 2px red;">My Story</h1></code> <code><h1 style="font-family:Arial,sans-serif; color:green; font-size: 1.7em; text-decoration:underline; font-variant: small-caps; line-height: 2em; text-shadow:2px 2px red;">My Story</h1></code>
-  * Here we are adding a red shadow 2 pixels to below and 2 pixels to the right of the original heading.+  * Here we are adding a red shadow 2 pixels below and 2 pixels to the right of the original heading.
   * See how you can string many style attributes together?   * See how you can string many style attributes together?
   * This is handy if you want to change the style of one element, but becomes cumbersome if, for example, you want to change the style of all paragraphs in your letter. For that, we'll use CSS, which we'll cover in Lesson 3.   * This is handy if you want to change the style of one element, but becomes cumbersome if, for example, you want to change the style of all paragraphs in your letter. For that, we'll use CSS, which we'll cover in Lesson 3.
en/web_development/text/headings.1644441893.txt.gz · Last modified: 2023/08/16 09:33 (external edit)