collecting medal for hitxy members
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

18 lines
240B

  1. <style>
  2. #username {
  3. width:calc(100% - 130px);
  4. }
  5. #step1{
  6. width: 110px;
  7. float:right;
  8. }
  9. div.verification, div.details, div.success {
  10. height:100px;
  11. background:lightgrey;
  12. margin-top:10px;
  13. margin-bottom:10px;
  14. color:white;
  15. }
  16. </style>