Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body{
- margin: 0;
- }
- .clip{
- webkit-clip-path: polygon(50% 0%, 100% 0, 100% 39%, 66% 44%, 40% 71%, 0 71%, 0 0);
- clip-path: polygon(50% 0%, 100% 0, 100% 39%, 66% 44%, 40% 71%, 0 71%, 0 0);
- position: relative;
- width: 100%;
- height: 1325px;
- background: linear-gradient(#858688,#4b83ae,#3a85bf);
- }
- .flex-margin{
- position: absolute;
- top: 0;
- display:flex;
- justify-content: center;
- width: 100%;
- height: 1268px;
- }
- .flex-container{
- padding: 20px;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- width: 80%;
- }
- .main_title{
- line-height: 330px;
- font-size: 55px;
- font-family:'Open Sans', sans-serif;
- float: left;
- width: 240px;
- border-bottom: 5px solid #fff;
- height: 225px;
- }
- .style{
- font-weight: 700;
- color: #fff;
- }
- .style2{
- font-style: italic;
- font-weight: 400;
- color: #fff;
- }
- .text_and_image{
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- height: 32%;
- width: 100%;
- }
- .text{
- font-size: 19px;
- font-family:'Open Sans', sans-serif;
- color: #fff;
- text-align: left;
- float: left;
- width: 50%;
- }
- .imagem{
- left: 30px;
- vertical-align: sub;
- }
- .imagem img{
- left: 100px;
- width: 425px;
- }
- .data_set{
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- height: 43%;
- width: 100%;
- }
- .flex-items{
- display: flex;
- flex-direction: column;
- justify-content: space-evenly;
- align-items: center;
- width: 30%;
- height: 55%;
- background-color: #fff;
- box-shadow: 1px 2px 1px 2px #d3d3d3;
- border-radius: 3px;
- }
- .icon i{
- color:#3a85bf;
- font-size: 70px;
- }
- .title2{
- font-size: 25px;
- font-family: 'Open Sans', sans-serif;
- font-weight: 700;
- color:#373435;
- letter-spacing: 5px;
- height: 6%;
- }
- .text2{
- font-size: 16px;
- font-family: 'Open Sans', sans-serif;
- font-weight: 400;
- color:#373435;
- text-align: center;
- height: 29%;
- width: 80%;
- }
- @media(max-width: 1030px){
- .imagem img{
- left: 100px;
- width: 367px;
- }
- }
- @media(max-width:770px){
- body{
- margin: 0;
- }
- .clip{
- -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
- clip-path: polygon(100% 0, 0 0, 0 100%);
- position: relative;
- width: 100%;
- height: 410px;
- background: linear-gradient(#858688,#4b83ae,#3a85bf);
- }
- .flex-margin{
- position: absolute;
- top: 0;
- display: flex;
- justify-content: center;
- width: 100%;
- height: 1500px;
- }
- .flex-container{
- padding: 20px;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- align-items: center;
- width: 80%;
- height: 100%;
- }
- .main_title{
- line-height: 165px;
- font-size: 24px;
- font-family:'Open Sans', sans-serif;
- text-align: center;
- align-items: center;
- width: 100px;
- height: 7%;
- border-bottom: 5px solid #fff;
- }
- .text_and_image{
- display: flex;
- flex-direction: column;
- justify-content: space-evenly;
- align-items: start;
- height: 50%;
- width: 100%;
- }
- .text{
- font-size: 100%;
- font-family:'Open Sans', sans-serif;
- color: #373435;
- text-align: center ;
- width: 100%;
- order: 1;
- }
- .imagem{
- align-items: center;
- order: 0;
- }
- .imagem img{
- width: 100%;
- }
- .data_set{
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- align-items: center;
- height: 51%;
- width: 100%;
- }
- .flex-items{
- display: flex;
- flex-direction: column;
- justify-content: space-evenly;
- align-items: center;
- width: 100%;
- height: 30%;
- background-color: #fff;
- box-shadow: 1px 3px 3px 3px #d3d3d3;
- border-radius: 6px;
- }
- .icon i{
- color:#3a85bf;
- font-size: 10vw;
- height:40%;
- }
- .title2{
- font-size: 100%;
- font-family: 'Open Sans', sans-serif;
- font-weight: 700;
- color:#373435;
- letter-spacing: 5px;
- height:10%;
- }
- .text2{
- font-size: 100%;
- font-family: 'Open Sans', sans-serif;
- font-weight: 400;
- color:#373435;
- text-align: center;
- width: 80%;
- height:30%;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment