22 lines
303 B
CSS
22 lines
303 B
CSS
.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;
|
|
} |