1.css 326 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. html
  2. {
  3. background-color: #fff;
  4. }
  5. body
  6. {
  7. text-align:center;
  8. padding-top: 10%;
  9. }
  10. #SlicerIcon
  11. {
  12. }
  13. #Title
  14. {
  15. height:20mm;
  16. line-height: 20mm;
  17. font-size: 6mm;
  18. color: #00AE42;
  19. }
  20. #STip
  21. {
  22. padding:0mm 20mm;
  23. height: 15%;
  24. }
  25. #BtnArea
  26. {
  27. align-items: center;
  28. }
  29. #StartBtn
  30. {
  31. display: inline-block;
  32. text-decoration:none;
  33. }