-Annie-

02.SimpleArticle(Styles)

Feb 3rd, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.46 KB | None | 0 0
  1. body {
  2.     font-family:"Lato", sans-serif;
  3. }
  4.  
  5. article {
  6.     width: 550px;
  7.     border-radius: 15px;
  8.     text-align: center;
  9.     padding: 25px;
  10.     background-color: #fafafa;
  11.     box-shadow: 10px 11px 35px -14px rgba(0,0,0,0.54)
  12. }
  13.  
  14. h1 {
  15.     margin-bottom: 0;
  16.     padding: 10px;
  17.     text-align: center;
  18.     letter-spacing: 5px;
  19. }
  20.  
  21. img {
  22.     width: 200px;
  23.     border-radius: 50%;
  24.     margin: 15px;
  25.     border: 5px dotted #8b603d;
  26.     float: left;
  27. }
  28.  
  29. p {
  30.     font-size: 14px;
  31.     text-align: justify;
  32. }
Add Comment
Please, Sign In to add comment