[text] style

Viewer

  1. body {
  2. background-color: black;
  3. }
  4. .container {
  5.     background-color: white;
  6.     width: 200px;
  7.     margin: 10px auto;
  8.     padding:0px 10px 10px 10px;
  9.     border-radius: 15px;
  10. }
  11. h2{
  12.     text-align: center;
  13.     color: purple;
  14.     padding-top:7px;
  15.     margin-bottom: 4px;
  16.     
  17. }
  18. input{
  19.     width: 100%;
  20.     border: none;
  21.     border-bottom: green 1px solid;
  22.     padding-bottom: 10px;
  23. }
  24. button {
  25. margin: 0px auto;
  26. display: block;
  27. border-radius: 7px;
  28. padding: 7px 20px;
  29. border: none;
  30. background-color: green;
  31. color: white;
  32. width: 80%;
  33. margin-bottom: 0px;
  34.  
  35. }
  36. .stl {
  37. margin-bottom: 10px;
  38. }
  39.  

Editor

You can edit this paste and save as new:


File Description
  • style
  • Paste Code
  • 02 Dec-2022
  • 619 Bytes
You can Share it: