initial css

This commit is contained in:
Beth Parker 2017-10-30 22:48:13 -05:00
parent dc319aa101
commit 5272f58a7a
3 changed files with 8 additions and 0 deletions

6
css/layout.css Normal file
View file

@ -0,0 +1,6 @@
.category{color: green}
.service{padding-left: 10px;}
.service_link{}
.service_name{color: blue}
.login{}
.login_link{}

View file

@ -1,6 +1,7 @@
<html>
<head>
<title>Actcur Available Sites</title>
<link rel="stylesheet" type="text/css" href="../css/layout.css" />
</head>
<body>
<?php

View file

@ -1,6 +1,7 @@
<html>
<head>
<title>Actcur Available Sites</title>
<link rel="stylesheet" type="text/css" href="../css/layout.css" />
</head>
<body>
<?php