Transigence

Quote Placard (Title-Paragraphs) CSS

Jun 25th, 2021 (edited)
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.63 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-color: #1F1F1F;
  18.     border-radius: 1.4em;
  19.     padding: 1em;
  20.     padding-top: 0.25em;
  21.     padding-bottom: 0.25em;
  22. }
  23.  
  24. .title {
  25.     text-align: center;
  26.     font-size: 1.5em;
  27.     font-family: "Victoria Typewriter";
  28. }
  29.  
  30. p {
  31.     text-align: center;
  32.     font-size: 1.0em;
  33.     font-family: "Victoria Typewriter";
  34. }
  35.  
  36. #attribution {
  37.     color: 9F9F9F;
  38.     font-size: .8em;
  39.     font-family: "Victoria Typewriter";
  40. }
  41.  
Add Comment
Please, Sign In to add comment