Advertisement
KodingKid

How to CSS

Mar 28th, 2021
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.42 KB | None | 0 0
  1. p {
  2.     color: red;
  3.     text-align: center;
  4.     border-style: dashed;
  5.     margin-top: 100px;
  6.     margin-bottom: 150px;
  7.     margin-right: 125px;
  8.     margin-left: 75px;
  9.     padding-top: 100px;
  10.     padding-right: 20px;
  11.     padding-bottom: 30px;
  12.     padding-left: 70px;
  13.     height: 200px;
  14.     width: 50%;
  15. }
  16. /*Some of these probably don't work considering it's just a paragraph but you can use these for your css scripting/*
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement