Advertisement
marshallsmyth

Paragraph Margin Instructions 5/3/19

May 3rd, 2019
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.77 KB | None | 0 0
  1.  
  2. <body>
  3.  
  4. <style>
  5.  
  6. @import url(https://fonts.googleapis.com/css?family=Quintessential|Allura|Montez|Parisienne|Kavivanar|Nanum+Brush+Script|Satisfy|Calligraffitti|Charm|Philosopher);
  7. ::-webkit-scrollbar-thumb:vertical { background:#4e004e;border-radius:20px;box-shadow: 0px 13px 13px #000; }
  8. ::-webkit-scrollbar-thumb:horizontal { background:#4e004e;border-radius:20px;box-shadow: 0px 13px 13px #000; }
  9. ::-webkit-scrollbar { width:9px; background:#f80073;border-radius:20px; }
  10.  
  11. </style>
  12.  
  13. <div style="font-family:charm, times, arial;font-size:48px;line-height:56px;color:red;"><br>
  14.  
  15.  <li> Paragraph margin and decoration in div style
  16.  
  17.  <li> The stuff here, is defined mainly by the above div style.  
  18.  
  19. <div style="margin-left:100px;color:#95007e;text-shadow:4px 4px 4px black;">
  20. <h2>P</h2>
  21.  
  22. <div style="margin:-105px 0px 0px 45px;color:#8a001a;text-shadow:none;">ollyanna, half Lucunditas daughter of Scheherazade,</div></div> was designated breeder for the WayStone family.
  23. <br> The margin - left div style, with the color and text shadow, define the P. Mostly. The h2 gives it title size. The /h2 is needed to stop title sizing after. h2 is not necessary, neither is a color change. Other changes are optional also.
  24. <br> Then there is a full margin div style, along with text color, and the needed text-shadow none to define the rest of the paragraph's top line.
  25. <br> At the desired end of the top line of the paragraph, 2 close divs are needed, because 2 div styles were used for this local construct.
  26. <br> You probably count 3 div styles. the first div style is a more general one, and is closed at the end of the profile. Here.>> </div>
  27.  
  28. Paragraph margin instructions 5/2/19 (That final close div closed out the first div style. These words are after it, so are seen in default form).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement