Files
lax18.github.io/dashboard/style.css
T
2021-06-26 00:10:08 -04:00

10 lines
183 B
CSS

.project-card {
width: 98.5%;
margin: 10px;
}
.active {color: green;}
.inactive {color: orange;}
.canceled {color: red;}
.depracated {color: yellow;}
.hidden {display: none;}