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

CSS Text Style Bold - Text Decoration - Text Shadow

CSS text properties allow to establish several CSS text styles such as: text size font, alignment, color, spacing, decoration, bold, shadow, etc. easily an effectively.

CSS Text Font Weight

The text font weight property is used to set how thick or not will be the text of your page, to highlight certain words. CSS text font weight is specified by:
font-weight: - like "normal, bold, bolder, lighter"
font-weight: - like "100, 200, 300, 400, 500"

Example 1:
.div-box1
{
font-weight: bold;
font-size: 18px;
width: 450px;
height: 210px;
border: 1px solid #73AD21;
background-color: red;
}
p {
font-weight: 700;
}

CSS Text Bold
CSS text style text bpld decoration, txt shadow
HTML Text Style
CSS bold style font-weight property

CSS Text Decoration

Text-decoration property is used to set up or remove decorations from certain words or all text from <div>.
Possible values of this Text-decoration property are: none, underline, overline, line-through, blink and inherit. You should avoid underline text that is not a link, as it might confuse the visitor.
text-decoration - like "none"
text-decoration - like "underline"
text-decoration - like "overline"
Example2:
.div-box2
{
text-decoration: none;
font-style: italic;
font-size: 18px;
height: 450px;
max-height: 250px;
border: 1px solid #73AD21;
background-color: red;
} div {
text-decoration: underline;
}

CSS Text Shadow

The text-shadow property is adding shadow to text.
This property text-shadow: accepts a comma-separated list of shadows to be applied for certain words or all text.
Example3:
h1
{
text-shadow: 4px 2px #099;
}
CSS text-shadow: h-shadow v-shadow blur-radius color|none|initial|inherit;


CSS Text Style Bold, Text Decoration, Text Shadow
CSS Text Style Bold - Text Decoration - Text Shadow - 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...