Sunday, January 20, 2019

Font Colors

This page will focus specifically on Font COLORS.

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

We'll begin with The original list (using HTML).
This is not using any CSS Class selector or enhancements.
It's relying upon the website's default settings.



- - - - - - - - - - -

example 1
.
.



- - - - - - - - - - -

example 2




- - - - - - - - - - -

example 3



- - - - - - - - - - -

example 4 using RGB colors
example: rgb(48,69,77)



- - - - - - - - - - -

example 5-
My favorite color method
rgba colors
such as rgba(120,94,104,0.8)



- - - - - - - - - - -

example 6




- - - - - - - - - - -

example 7
each Link can be different colors.




- - - - - - - - - - -

example 8
using HSL colors and hsla




- - - - - - - - - - -

-----------

| |


No comments: