estilos.css 329 B

1234567891011121314151617181920
  1. @charset "UTF-8";
  2. img.logo {
  3. max-width:256px;
  4. max-height:256px;
  5. }
  6. img.featurette-image {
  7. max-height:500px;
  8. widht:100%;
  9. border-radius:1em;
  10. box-shadow:0em 0em 1em 0.5em rgba(0,0,0,0.5);
  11. }
  12. .featurette {
  13. background-color:#f2f2f2;
  14. border-radius: 6px;
  15. }
  16. img.img-circle {
  17. box-shadow:inset 0em 0em 1em 0.1em rgba(0,0,0,0.5);
  18. }