This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
achievements.component.scss 191 B
Newer Older
.greeniconcolor {
  color: lightgreen;
}

.rediconcolor {
  color: darkred;
}

#parent {
  display: flex;
}
#narrow {
  width: 200px;
}
#wide {
  flex: 1;
  /* Grow to rest of container */
}