This page will focus specifically on special features.
When writing a blog, you can either use the websites default settings.
OR, you may implement a CSS code which changes the size of your text.
In our case, we'll try different sizes of our links.
THIS BLOG IS STILL UNDER CONSTRUCTION
This is not using any CSS Class selector or enhancements.
It's relying upon the website's default settings.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
example 1
text-decoration
There are many less-common methods which create interesting results. (such as wavy and dashed).
However, for demonstrative purposes, we'll implement these complex examples as well.
...such as text-decoration: underline dashed rgba(77, 193, 105,0.7).
We'll also include confusing examples which I normally avoid.
such as text-decoration: underline overline rgba(189, 176, 0,0.9);
and, text-decoration: underline dashed green;
(The previous two examples never appeared on our original tutorial, since we considered them too confusing).
Note:
we're using various text-decoration features in the links above.
But theoretically, this code could be implemented anywhere.
In this example;
we're applying unusual features to the entire paragraph.
These widespread methods aren't used often,
since it's obviously too tacky.
we're using various text-decoration features in the links above.
But theoretically, this code could be implemented anywhere.
In this example;
we're applying unusual features to the entire paragraph.
These widespread methods aren't used often,
since it's obviously too tacky.
We've decided to name the
The CSS code for the above paragraph is