Advertisement
Guest User

Untitled

a guest
Sep 18th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. .border{
  2. background-color: white;
  3. opacity: 0.8;
  4. width: 98%;
  5. height:40px;
  6. justify-content: space-around;
  7. display: flex;
  8. margin-top: -9px;
  9. margin-left:5px;
  10. padding-top: 15px;
  11. border: 10px ridge rgb(238 238 238);
  12. font-size:20px;
  13. font-weight:bold;
  14. text-shadow: 1px 1.9px;
  15. }
  16.  
  17. button{
  18. background-color: black;
  19. color: white ;
  20. border-radius: 4px;
  21. padding: 9px 30px;
  22. }
  23.  
  24. .border2{
  25. border: dotted 2px;
  26. margin: auto;
  27. margin-top: 60px;
  28. width: 91.5%;
  29. padding: 20px 0;
  30. }
  31.  
  32. .margin{
  33. padding-left: 8% ;
  34. padding-bottom: 100px;
  35. padding-top: 80px;
  36. line-height: 1.5em;
  37. }
  38.  
  39. img{
  40. border: solid;
  41. float: left ;
  42. height: 220px;
  43. width: 210px;
  44. margin-right: 100px;
  45. padding-bottom: 10px;
  46.  
  47. }
  48.  
  49. .border3{
  50. margin: auto;
  51. padding: 10px 60px;
  52. text-align: justify;
  53. line-height: 1.5em;
  54. }
  55.  
  56. p{
  57. opacity: 0.8;
  58. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement