Transigence

Quote Placard (Paragraphs Only) CSS

Jun 25th, 2021 (edited)
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.55 KB | None | 0 0
  1. body {
  2. background-color: #000000;
  3. }
  4.  
  5. #content {
  6.     /* background-color: #1F1F1F;
  7.     border-radius: 14px; */
  8.     color: #CFCFCF;
  9.     margin: auto;
  10.     width: 320px;
  11.     padding: 10px;
  12.     border-style: solid;
  13.     border-color: magenta;
  14. }
  15.  
  16. .quotation {
  17.     background: rgba(63, 63, 63, 0.5);
  18.     border-radius: 1.4em;
  19.     padding: 1em;
  20.     padding-top: 0.25em;
  21.     padding-bottom: 0.25em;
  22. }
  23.  
  24. p {
  25.     text-align: center;
  26.     font-size: 1.0em;
  27.     font-family: "Victoria Typewriter";
  28. }
  29.  
  30. #attribution {
  31.     color: 9F9F9F;
  32.     font-size: .8em;
  33.     font-family: "Victoria Typewriter";
  34. }
  35.  
Add Comment
Please, Sign In to add comment