You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
172 B

  1. .helloworld-label {
  2. font-size: 36px;
  3. font-weight: bold;
  4. color: #ffffff;
  5. background-color: rgba(10,10,10,0.7);
  6. border-radius: 5px;
  7. padding: .5em;
  8. }