13 lines
325 B
CSS
13 lines
325 B
CSS
|
/*
|
||
|
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
|
||
|
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template
|
||
|
*/
|
||
|
/*
|
||
|
Created on : Jan 24, 2023, 9:28:59 AM
|
||
|
Author : caleb
|
||
|
*/
|
||
|
body {
|
||
|
background-color: #FFFFCC;
|
||
|
color: #0000FF;
|
||
|
}
|