thequeenroyal

wisteria

Jun 8th, 2023 (edited)
1,287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.83 KB | None | 0 0
  1. @import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&family=IBM+Plex+Serif&family=Abril+Fatface&family=Montserrat:wght@500;900&family=Poppins:wght@500;900&family=Playfair+Display:ital,wght@1,900&display=swap');
  2. @font-face {
  3.    font-family: "Couture";
  4.   src: url(https://dl.dropbox.com/s/uooxtl95ioyu2f9/couture-bld.otf);
  5.  format("truetype"); }
  6. /* latin-ext */
  7. @font-face {
  8.   font-family: 'Montserrat';
  9.   font-style: normal;
  10.   font-weight: 400;
  11. }
  12. #wisteria {
  13.   width: 800px;
  14.   height: auto;
  15.   margin: 25px 0 0;
  16.    
  17. }
  18. #wisteria b {
  19.   color: var(--grupo-color);
  20. }
  21. #wisteria .basing {
  22.   width: 100%;
  23.    border: var(--border);
  24. box-sizing: border-box;
  25. }
  26.   #wisteria .bases {
  27.     width: 100%;
  28.    background: var(--background);
  29.    box-sizing: border-box;
  30.   border: var(--border);
  31.   padding: 35px;
  32.   }
  33. #wisteria .title {
  34.   font: 900 40px/150% Playfair Display;
  35.   color: var(--color);
  36.   text-align: center;
  37.   padding: 20px;
  38.   box-sizing: border-box;
  39. }
  40. #wisteria .title:after {
  41.   content:'';
  42.   display: block;
  43.   margin: 25px auto;
  44.   width: 50%;
  45.   height: 5px;
  46.   background: #c9a0dc;
  47.  
  48. }
  49. #wisteria .post {
  50.   background: var(--background);
  51.   font: 500 12px/235% Montserrat;
  52.   text-align: justify;
  53.   letter-spacing: .5px;
  54.   padding: 20px;
  55.   box-sizing: border-box;
  56.   color: var(--text);
  57. }
  58. #wisteria .postbase {
  59.     background: var(--background);
  60.     width: 100%;
  61.   padding: 30px;
  62.   box-sizing: border-box;
  63. }
  64. #wisteria .post span {
  65.   background: #5E0A80;
  66.   padding: 10px 25px;
  67.   font: 40px Abril Fatface;
  68.   text-transform: uppercase;
  69.   color: var(--color);
  70.   float: left;
  71.   margin: 5px 10px;
  72. }
  73.  #wisteria:after {
  74.   display: block;
  75.   content: "starlight";
  76.   padding: 5px 10px;
  77.   font: 10px Consolas;
  78.   text-transform: uppercase;
  79.   opacity: .4;
  80.   font-weight: bold;
  81.   color: #8c8c8c; }
Advertisement
Add Comment
Please, Sign In to add comment