Space CSS

This commit is contained in:
Karl Hudgell 2015-07-02 20:59:03 +01:00
parent c1236ac4ad
commit 1839b99308

22
css/space.css Normal file
View File

@ -0,0 +1,22 @@
.gang-name{
font-size:25px;
font-family:cursive;
background-color:lightgray;
cursor:pointer;
}
.members {
font-family:helvetica;
}
.blips {
color:red;
}
.crudz {
color:blue;
}
.satin-flings {
color:rgb(213, 194, 0);
}
td {
padding-right:10px;
padding-left:10px;
}