[text] style

Viewer

  1. h1{
  2.     width: 120px;
  3.     margin: 10px auto;
  4.     font-weight: 100;
  5.     margin-bottom: 70px;
  6.     margin-top: 20px;
  7. }
  8. .ogl {
  9.     margin: 10px auto;
  10.     font-weight: 100;
  11.     width: 450px;
  12.     color: rgb(117, 116, 116);
  13.     margin-bottom: 50px;
  14.     font-size:large;
  15. }
  16. .cards {
  17.     display: flex;
  18.     flex-wrap: wrap;
  19.     justify-content: center;
  20. }
  21. .card {
  22.     width: 20%;
  23.     margin: 10px 20px 10px 20px;
  24.     border: 1px solid rgba(208, 204, 204, 0.648);
  25.     padding: 20px 5px;
  26. }
  27. pre {
  28.     text-align: center;
  29.     color: rgb(117, 116, 116);
  30. }
  31. .card-img {
  32.     width: 100%;
  33.     height: 50px;
  34.     text-align: center;
  35. }
  36. .clr {
  37.     color: black;
  38.     text-align: center;
  39. }

Editor

You can edit this paste and save as new:


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