diff --git a/css/styles.css b/css/styles.css index e69de29..5e1504d 100644 --- a/css/styles.css +++ b/css/styles.css @@ -0,0 +1,25 @@ +body { + font-family: Arial, Helvetica, sans-serif; + color: black; + background-color: white; +} + +p { + font-size: 0.5rem; +} + +h1 { + font-size: 2rem; +} + +h2 { + font-size: 1.5rem; +} + +h3 { + font-size: 1rem; +} + +input[type=text] { + font-family: Arial, Helvetica, sans-serif; +} \ No newline at end of file diff --git a/html/login.html b/html/login.html index ccdb434..c739454 100644 --- a/html/login.html +++ b/html/login.html @@ -3,12 +3,13 @@ Login | Sentinel +

Login

-

Please enter your login credentials below

+

Please enter your login credentials below