eulaliaaires

CITi Responsivo.css

May 22nd, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.44 KB | None | 0 0
  1. .clip{
  2.     -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 0, 100% 34%, 61% 37%, 31% 55%, 0 55%, 0 0);
  3.     clip-path: polygon(30% 0%, 70% 0%, 100% 0, 100% 34%, 61% 37%, 31% 55%, 0 55%, 0 0);
  4.     position: relative;
  5.     width: 1800px;
  6.     height: 1700px;
  7.     background: linear-gradient(#858688,#4b83ae,#3a85bf);
  8. }
  9. .flex-margin{
  10.     position: absolute;
  11.     top: 0;
  12.     display:flex;
  13.     justify-content: center;
  14.     width: 1800px;
  15.     height: 1300px;
  16. }
  17. .flex-container{
  18.     padding: 20px;
  19.     display: flex;
  20.     flex-direction: column;
  21.     justify-content: space-between;
  22.     width: 80%;
  23.     height: 100%;
  24. }
  25. .main_title{
  26.     line-height: 330px;
  27.     font-size: 79px;
  28.     font-family:'Open Sans', sans-serif;
  29.     float: left;
  30.     width: 337px;
  31.     height: 229px;
  32.     border-bottom: 8px solid #fff;
  33. }
  34. .style{
  35.     font-weight: 700;
  36.     color: #fff;
  37. }
  38. .style2{
  39.     font-style: italic;
  40.     font-weight: 400;
  41.     color: #fff;
  42. }
  43. .text_and_image{
  44.     display: flex;
  45.     flex-direction: row;
  46.     justify-content: space-between;
  47.     height: 30%;
  48.     width: 1600px;
  49. }
  50. .text{
  51.     font-size: 27px;
  52.     font-family:'Open Sans', sans-serif;
  53.     color: #fff;
  54.     text-align: left;
  55.     float: left;
  56.     width: 50%;
  57. }
  58. .imagem{
  59.     left: 30px;
  60.     align-items: start;
  61. }
  62. .imagem img{
  63.     left: 100px;
  64.     width: 600px;
  65.     height: 450px;
  66.  
  67. }
  68. .data_set{
  69.     display: flex;
  70.     flex-direction: row;
  71.     justify-content: space-between;
  72.     align-items: center;
  73.     height: 40%;
  74.     width: 1600px;
  75. }
  76. .flex-items{
  77.  
  78.     display: flex;
  79.     flex-direction: column;
  80.     justify-content: space-evenly;
  81.     align-items: center;
  82.     width: 500px;
  83.     height: 500px;
  84.     background-color: #fff;
  85.     box-shadow: 1px 3px 3px 3px #d3d3d3;
  86.     border-radius: 6px;
  87. }
  88. .icon i{
  89.     color:#3a85bf;
  90.     font-size: 100px;
  91. }
  92.  
  93. .title2{
  94.     font-size: 35px;
  95.     font-family: 'Open Sans', sans-serif;
  96.     font-weight: 700;
  97.     color:#373435;
  98.     letter-spacing: 5px;
  99.     height: 2%;
  100. }
  101. .text2{
  102.     font-size: 23px;
  103.     font-family: 'Open Sans', sans-serif;
  104.     font-weight: 400;
  105.     color:#373435;
  106.     text-align: center;
  107.     height: 17%;
  108.     width: 80%;
  109. }
  110. @media(max-width:400px){
  111.     body{
  112.         margin: 0;
  113.     }
  114.     .clip{
  115.         -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
  116.         clip-path: polygon(100% 0, 0 0, 0 100%);
  117.         position: relative;
  118.         width: 400px;
  119.         height: 410px;
  120.         background: linear-gradient(#858688,#4b83ae,#3a85bf);
  121.     }
  122.     .flex-margin{
  123.         position: absolute;
  124.         top: 0;
  125.         display: flex;
  126.         justify-content: center;
  127.         width: 400px;
  128.         height: 1500px;
  129.     }
  130.     .main_title{
  131.         line-height: 200px;
  132.         font-size: 8vw;
  133.         font-family:'Open Sans', sans-serif;
  134.         text-align: center;
  135.         width: 100%;
  136.         height: 1%;
  137.         border-bottom: 8px solid #fff;
  138.     }
  139.     .text_and_image{
  140.         display: flex;
  141.         flex-direction: column;
  142.         justify-content: space-evenly;
  143.         align-items: center;
  144.         height: 50%;
  145.         width: 100%;
  146.     }
  147.     .text{
  148.         font-size: 100%;
  149.         font-family:'Open Sans', sans-serif;
  150.         color: #373435;
  151.         text-align: center ;
  152.         width: 100%;
  153.         height: 30%;
  154.         order: 1;
  155.     }
  156.     .imagem{
  157.         align-items: center;
  158.         height: 20%;
  159.         order: 0;
  160.     }
  161.     .imagem img{
  162.         width: 100%;
  163.         height: 220px;
  164.     }
  165.     .data_set{
  166.         display: flex;
  167.         flex-direction: column;
  168.         justify-content: space-between;
  169.         align-items: center;
  170.         height: 51%;
  171.         width: 100%;
  172.     }
  173.     .flex-items{
  174.         display: flex;
  175.         flex-direction: column;
  176.         justify-content: space-evenly;
  177.         align-items: center;
  178.         width: 100%;
  179.         height: 30%;
  180.         background-color: #fff;
  181.         box-shadow: 1px 3px 3px 3px #d3d3d3;
  182.         border-radius: 6px;
  183.     }
  184.     .icon i{
  185.         color:#3a85bf;
  186.         font-size: 10vw;
  187.         height:40%;
  188.     }
  189.    
  190.     .title2{
  191.         font-size: 100%;
  192.         font-family: 'Open Sans', sans-serif;
  193.         font-weight: 700;
  194.         color:#373435;
  195.         letter-spacing: 5px;
  196.         height:10%;
  197.     }
  198.     .text2{
  199.         font-size: 100%;
  200.         font-family: 'Open Sans', sans-serif;
  201.         font-weight: 400;
  202.         color:#373435;
  203.         text-align: center;
  204.         width: 80%;
  205.         height:30%;
  206.     }
  207. }
Advertisement
Add Comment
Please, Sign In to add comment