bappi2097

style.css

Sep 17th, 2019
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.21 KB | None | 0 0
  1. .p_class{
  2. color:red !important;
  3. text-align:center;
  4. font-size:25px;
  5. }
  6. #p_id{
  7. color:blue;
  8. text-align:right;
  9. font-size:5px;
  10. }
  11. .c_img{
  12. width:auto;
  13. height:100px;
  14. }
  15.  
  16. .body_class{
  17. background-color:orange;
  18. }
Add Comment
Please, Sign In to add comment