dimaslanjaka

Heading Style

Feb 13th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.45 KB | None | 0 0
  1. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
  2. <meta name="viewport" content="width=device-width, initial-scale=1">
  3. <style>
  4. h1 {
  5.     text-align: center;
  6.     text-decoration: overline;
  7. }
  8. p {
  9.     font-size: 100%;
  10. }
  11. img {
  12.     border-radius: 50%;
  13.     max-width: 100%;
  14.     height: auto;
  15. }
  16. h2 {
  17.     text-align: left;
  18. }
  19. a {
  20.     text-decoration: underline;
  21. }
  22. h3 {
  23.     text-align: right;
  24. }
  25.  
  26. </style>
Advertisement
Add Comment
Please, Sign In to add comment