Posted On April 4, 2019

Basic CSS: Inherit Styles from the Body Element

kimconnect 0 comments
blog.KimConnect.com >> Codes >> Basic CSS: Inherit Styles from the Body Element
<style>
body {
background-color: black;
}

</style>

Leave a Reply

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

Related Post

PowerShell: Set Service Startup Mode

# setServiceStartupMode.ps1 # Set auto start and restart upon failures $computernames=@( 'TESTWINDOWS001', 'TESTWINDOWS002' ) $serviceName='windows_exporter'…

Centos 5.3 Server preparation for web hosting

These are compatible Repositories: FreshRPMS, Dries, NewRPMS and PlanetCCRMA   Note: to update PHP and…

Audit Logon Successes & Failures on All Domain Controllers

Issue: In a realistic situation, InfoSec would notify DBAdmins and SysAdmins of failed logon alerts…