Guest User

Untitled

a guest
May 26th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. .newsletters-wrapper{
  2. width: 100%;
  3. background-image: -webkit-repeating-radial-gradient(64% 85%, ellipse farthest-corner,rgb(123, 121, 126) 0%,rgb(50, 49, 55) 62%,rgb(54, 50, 47) 100%);
  4. /* IE10+ */
  5. }
  6. .newsletters-content{
  7. color: #fff;
  8. font-family: "Roboto", sans-serif;
  9. max-width: 1100px;
  10. margin: 0 auto;
  11. outline: 1px red dashed;
  12. position: relative;
  13. overflow: hidden;
  14. }
  15.  
  16.  
  17.  
  18. .newsletters-frame{
  19. height: 500px;
  20. max-width: 800px;
  21. overflow: hidden;
  22. right: 0;
  23. outline: 1px yellow dashed;
  24. position: relative;
  25. }
  26. .newsletters-frame:after{
  27. display: block;
  28. position: absolute;
  29. content: '';
  30. width: 100%;
  31. height: 40px;
  32. bottom: 0;
  33. left: 0;
  34. background-image: -webkit-gradient(linear, 0% 0%, 0% 100%,color-stop(0, rgba(0, 0, 0, 0)),color-stop(0.197, rgba(0, 0, 0, 0)),color-stop(1, rgba(0, 0, 0, 0.21)));
  35. /* Android 2.3 */
  36. background-image: -webkit-repeating-linear-gradient(top,rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0) 19.7%,rgba(0, 0, 0, 0.21) 100%);
  37. /* IE10+ */
  38. background-image: repeating-linear-gradient(to bottom,rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0) 19.7%,rgba(0, 0, 0, 0.21) 100%);
  39. }
  40. iframe{
  41. border: 2px #333333 solid;
  42. height: 600px;
  43. width: 400px;
  44. }
  45. #back{
  46. left: 0;
  47. top: 70px
  48. }
  49. #middle{
  50. right: 0%;
  51. top: 110px
  52. }
  53. #front{
  54. left: 50%;
  55. transform: translateX(-200px);
  56. }
  57. .phonebody{
  58. background: #222;
  59. border-radius: 20px;
  60. padding: 30px 10px 0px 10px;
  61. position: absolute;
  62. height: 600px;
  63. width: 400px;
  64. box-shadow: 10px 20px 30px rgba(0,0,0,0.2);
  65. }
Add Comment
Please, Sign In to add comment