Advertisement
EliseyD

CSS HTML5 doc

Nov 26th, 2024
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.25 KB | None | 0 0
  1. h3 {
  2.     text-align: center;
  3.     font-family: 'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS', sans-serif;
  4. }
  5. .pic {
  6.     float: right;
  7.     height: 100px;
  8. }
  9. .text {
  10.     text-align: justify;
  11. }
  12. .uniq {
  13.     color: red;
  14.     font-weight: bold;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement