Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .clip{
- -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 0, 100% 34%, 61% 37%, 31% 55%, 0 55%, 0 0);
- clip-path: polygon(30% 0%, 70% 0%, 100% 0, 100% 34%, 61% 37%, 31% 55%, 0 55%, 0 0);
- position: relative;
- width: 1800px;
- height: 1700px;
- background: linear-gradient(#858688,#4b83ae,#3a85bf);
- }
- .flex-margin{
- position: absolute;
- top: 0;
- display:flex;
- justify-content: center;
- width: 1800px;
- height: 1300px;
- }
- .flex-container{
- padding: 20px;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- width: 80%;
- height: 100%;
- }
- .main_title{
- line-height: 330px;
- font-size: 79px;
- font-family:'Open Sans', sans-serif;
- float: left;
- width: 337px;
- height: 229px;
- border-bottom: 8px solid #fff;
- }
- .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;
- height: 30%;
- width: 1600px;
- }
- .text{
- font-size: 27px;
- font-family:'Open Sans', sans-serif;
- color: #fff;
- text-align: left;
- float: left;
- width: 50%;
- }
- .imagem{
- left: 30px;
- align-items: start;
- }
- .imagem img{
- left: 100px;
- width: 600px;
- height: 450px;
- }
- .data_set{
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- height: 40%;
- width: 1600px;
- }
- .flex-items{
- display: flex;
- flex-direction: column;
- justify-content: space-evenly;
- align-items: center;
- width: 500px;
- height: 500px;
- background-color: #fff;
- box-shadow: 1px 3px 3px 3px #d3d3d3;
- border-radius: 6px;
- }
- .icon i{
- color:#3a85bf;
- font-size: 100px;
- }
- .title2{
- font-size: 35px;
- font-family: 'Open Sans', sans-serif;
- font-weight: 700;
- color:#373435;
- letter-spacing: 5px;
- height: 2%;
- }
- .text2{
- font-size: 23px;
- font-family: 'Open Sans', sans-serif;
- font-weight: 400;
- color:#373435;
- text-align: center;
- height: 17%;
- width: 80%;
- }
- @media(max-width:400px){
- 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: 400px;
- height: 410px;
- background: linear-gradient(#858688,#4b83ae,#3a85bf);
- }
- .flex-margin{
- position: absolute;
- top: 0;
- display: flex;
- justify-content: center;
- width: 400px;
- height: 1500px;
- }
- .main_title{
- line-height: 200px;
- font-size: 8vw;
- font-family:'Open Sans', sans-serif;
- text-align: center;
- width: 100%;
- height: 1%;
- border-bottom: 8px solid #fff;
- }
- .text_and_image{
- display: flex;
- flex-direction: column;
- justify-content: space-evenly;
- align-items: center;
- height: 50%;
- width: 100%;
- }
- .text{
- font-size: 100%;
- font-family:'Open Sans', sans-serif;
- color: #373435;
- text-align: center ;
- width: 100%;
- height: 30%;
- order: 1;
- }
- .imagem{
- align-items: center;
- height: 20%;
- order: 0;
- }
- .imagem img{
- width: 100%;
- height: 220px;
- }
- .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