CSS/Javascript/HTML Text Effects Primer Tutorial
โœ‚๐Ÿƒ๐Ÿพโ€โ™€๏ธ๐Ÿƒ๐Ÿผโ€โ™‚๏ธ
๐Ÿ“–

CSS/Javascript/HTML Text Effects Primer Tutorial

CSS/Javascript/HTML Text Effects Primer Tutorial

We last specifically talked about HTML and CSS and text elements when we had the CSS Embossed Text Primer Tutorial as shown below.

Today we talk about some other ideas regarding text, inspired by reading (in particular, point 9 of) 20 Useful CSS Tips For Beginners (thanks) and think a bit about the more โ€œshowyโ€ ways of presenting HTML text data, regarding โ€ฆ

  • toggling between an <h1> HTML element as a piece of text and then an image via a vastly negative HTML text-indent property
  • make the text move from left to right (like a <marquee> HTML element) via the HTML text-indent property
  • make the text move from right to left via the HTML text-indent property with negative values
  • rotating text (helped heaps by this useful link โ€ฆ thanks)
  • snaking text via the use of <textarea> HTML elementโ€™s Javascript DOM innerHTML and using a WYSIWYG Courier New font

โ€ฆ making use of CSS principles and Javascript DOM manipulations.

It can be good to apply some effects to text on occasions when it is to attract attention in the first place, but when you are deep into the explanation of something, โ€œtext distractionsโ€ may not be a good look.

Try todayโ€™s liveโœ‚run and/or download the HTML source code moving_textโšซhtml tutorial, and hope it helps in some way.



Previous relevant CSS Embossed Text Primer Tutorial is shown below.

CSS Embossed Text Primer Tutorial

CSS Embossed Text Primer Tutorial

Sometimes it is good to give a 3D embossed effect (with text shadowing) to some text HTML elements for the purpose of attracting the userโ€™s attention and giving that 3D effect for vibrancy.

Today weโ€™ve applied some CSS to do this in a number of combinations:

Hope you enjoy todayโ€™s tutorial.

If this was interesting you may be interested in this too.


If this was interesting you may be interested in this too.

This entry was posted in eLearning, Tutorials and tagged , , , , , , , , , , , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *