AgerNic.com
WEB DEVELOPER SITE, HTML, CSS, PHP, SQL

CSS Font Color Class


CSS Tutorial » CSS Font Color Class

Color attribute specifies the color of a text.

color:color_name or hex_number or rgb_number


We can add CSS color properties as:
Inline - by using the style attribute in HTML elements
Internal - by using a <style> element in the <head> section
External - by using an external CSS file as style.css
Note: Use external CSS instead.


How to create CSS Color of a Text- examples


You can try to execute the following code to change CSS color text on this page.
If you like this, you can simply copy the code and paste it on your website.


Example:
Example 1, How to create CSS font color - examples:
<!DOCTYPE html>
<html>
<head>
<style>
.color-text {
color: red;
font-size: 2em;
font-family: "Courier New", Courier, monospace;
background-color: #00CC66; /* Green */
}
.color-text1 {
color: #0099CC;
font-size: 3em;
font-family: "Courier New", Courier, monospace;
background-color: #00CC66; /* Green */
}
.color-text2 {
color: rgb(201, 76, 76);
font-size: 6vw;<br /> font-family: "Courier New", Courier, monospace;
background-color: #00CC66; /* Green */
}
.color-animation-text {
color: #FF33CC;
border: 1px solid black;
width: 400px;
height: 100px;
animation: mymove 5s infinite;
}
@keyframes mymove {
50% {font-size: 40px;}
}
</style>
</head>
<body>
<h3 align="center">How to make CSS font color text</h3>
<p align="center">Change CSS font color types on this editor and execute code</p>
<p align="center">

<div class="color-text">Your font color text here</div><br />
<div class="color-text1">Your font color text1 here</div><br /> <div class="color-text2">Your font color text2 here</div><br />
<div class="color-animation-text">Your font color animation text here</div><br />

<div style="color:#FFCC00; font-size: 150%; font-family:Arial, Helvetica, sans-serif; font-weight:bold">inline css color - text </div>
</p>

</body>
</html>



css font color red, gradient, transparent, code, class, style, picker, and size, command
CSS Font Color Class - css tutorial

Online Editor
ONLINE EDITOR

news templates


COLOR PICKER

news templates
This tool makes it easy to create, adjust, and experiment with custom colors for the web.


HTML Templates
news templates
Magnews2 is a modern and creative free magazine and news website template that will help you kick off your online project in style.


CSS HTML Layout
news templates
Find here examples of creative and unique website layouts.


Free CSS HTML Menu
news templates
Find here examples of creative and unique website CSS HTML menu.


CSS Scrollbar Horizontal
CSS Scrollbar in Div
CSS Scrollbar Firefox
CSS Style Scrollbar
CSS Style Text
CSS background color
CSS Div Id Class
CSS Text Wrap
CSS text-align
CSS Text Decoration
CSS Text Shadow
CSS Text Color
CSS Text Bold
CSS Text Size
CSS background image full
CSS background opacity
CSS border radius
CSS rounded corners
CSS font color
CSS Class & ID
CSS align image center
CSS align content
CSS link color
CSS Text Style
CSS Text Font Size
CSS max width &height
CSS width and height
CSS Margin
CSS Padding
CSS Border Style
CSS background
CSS in HTML
Basic Syntax of CSS
CSS Introduction
Online Editor
ONLINE EDITOR

news templates


COLOR PICKER

news templates
This tool makes it easy to create, adjust, and experiment with custom colors for the web.


HTML Templates
news templates
Magnews2 is a modern and creative free magazine and news website template that will help you kick off your online project in style.


CSS HTML Layout
news templates
Find here examples of creative and unique website layouts.


Free CSS HTML Menu
news templates
Find here examples of creative and unique website CSS HTML menu.


Upload Image, display, edit and delete i...
Login Form with Image background...
How to Create an Image with Transparent ...
Portfolio Gallery Website with filtering...
Simple pagination script PHP MySQLi...
Center Image in div...
Image Hover Overlay Fade...
Sticky image / element / div on scroll...
Responsive images...
Create rounded image in HTML CSS...
Add border around image...
Position Text Over an Image HTML CSS res...
Create a Slideshow Images Gallery...
Create a Sticky Sidebar...
Search bar using CSS HTML...
Shrink Navigation Menu on Scroll...
How to Create Accordion HTML Templates...
Dropdown menu in the navigation bar...
Responsive Top Navigation Bar with mobil...
Split horizontal navigation bar...