CSS Colors
HTML SOURCE CODE
<!DOCTYPE html>
<html lang="Ti-ER">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>CSS course</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<!-- ናይ ሎሚ ትምህርትና ብዛዕባ Colors>
<p class="header">እዚ ኣርእስቲ'ዩ2</p>
<p class="para eyu">እዚኣ ፓራግራፍ ኢያ።</p>
<p class="mefth">እዚኣ ፓራግራፍ ኢያ።</p>
<p class="paragraph">እዚ ናይ ወብሳይት ምምዕባል ትምህርቲ'ዩ ሲኤሴስ ናይ ቅርጽን ሕብርን ዘዳሉ ናይ ወብሲተ ቀንዲ መጸባበቒ'ዩ።
እዚ ናይ ወብሳይት ምምዕባል ትምህርቲ'ዩ ሲኤሴስ ናይ ቅርጽን ሕብርን ዘዳሉ ናይ ወብሲተ ቀንዲ መጸባበቒ'ዩ።</p>
</body>
</html>
CSS Colors
/* እዚኣ body ኢያ። */
body{
background-color: #00FFFF;
color: red;
font-weight: bold;
font-size: 23px;
}
*{
background-color: cyan;
color: red;
font-weight: bold;
font-size: 23px;
}
p.header{
color: red;
}
p.mefth{
color: blue;
text-align: center;
text-decoration: underline;
}
p,h1,h2,.mefth,.header,.para,.eyu, body{
color: darkcyan;
background: silver;
}
.paragraph{
background: blue;
color: white;
}
The Result of the above Code is:

In Tigrinya Language (ብትግርኛ)
CSS BASIC
CSS IntroductionCSS Syntax
CSS Selectors
CSS Comments
CSS Colors
CSS Background
CSS Fonts
CSS Text
CSS LinksCSS Lists
CSS Borders
CSS MarginCSS Padding
CSS Outline
CSS Tables
CSS Display
CSS Visibility
CSS Position
CSS Layers
CSS Alignment
CSS Overflow
CSS Float
CSS Max-width
CSS Pseudo-class
CSS Pseudo-element
CSS Opacity
CSS Attribute Selector
CSS Dropdowns
CSS Image Gallery
CSS Gradients
CSS Shadows
CSS Border
CSS Text Overflow
CSS Transitions
CSS Animinations
CSS 2D Transforms
CSS 3D Transforms
CSS Buttons
CSS Flexbox
CSS Box-sizing
CSS Media Queries
CSS Rounded Corners
CSS Border image
We've Recommended Articles for you
Report for Comment or Reply