Posted On April 4, 2019

Basic CSS: Use RGB values to Color Elements

kimconnect 0 comments
blog.KimConnect.com >> Codes >> Basic CSS: Use RGB values to Color Elements
<style>
body {
background-color: #F00;
}
</style>

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

CSS: Basic Targeting of Tag, Class, and Type

Cascading Style Sheets (CSS) CSS is often included between the <head><style>CSS-HERE</style></head> sections so that it…

Updating SSL Certificates on Active Directory Federation Services (ADFS) Server

Scripted Version Notes: Part 1: Adding Cert to ADFS Server # Import Cert and get…

PowerShell: Add Root Domain to Trusted Sites

Windows Servers often have 'hard admin' modes, where accesses to external websites are painstakingly restricted.…