Advertisement
rekkylaws

Css Copains - Webtp1

Feb 5th, 2020
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.45 KB | None | 0 0
  1. body p{
  2.     text-align:justify;
  3.     text-indent:30px;
  4. }
  5. body h1{
  6.     text-align:center;
  7.     text-transform: uppercase;
  8.     margin-bottom: 50px;
  9.     font-style: italic;
  10. }
  11. body{
  12.     background-color:black;
  13.     color:#ddd;
  14.     margin:50px 30px;
  15. }
  16. body p:first-of-type:first-letter{
  17.     background-color: #ddd;
  18.     font-size:600%;
  19.     font-family:cursive;
  20.     color:#222;
  21.     padding:0px 3px;
  22.     vertical-align: text-top;
  23.     float: left;
  24. }
  25. body p:first-of-type{
  26.     text-indent:inherit;
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement