Select Git revision
package.json
-
Maxime MORGE authoredMaxime MORGE authored
This project manages its dependencies using npm.
Learn more
person.css 217 B
div.person {
padding: 4px 8px;
margin: 10px;
background-color: rgba(128, 128, 255, 0.7);
color: white;
font-size: medium;
}
div.person>div {
margin: 3px 15px;
}
div.person span {
color: black;
}