You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
website/css/success.css

41 lines
734 B

.success-details{
height:700px;
}
.stepsWords{
text-align: center;
position: relative;
margin:80px auto 40px;
width:210px;
font-size:32px;
margin-top: 160px;
}
.stepsWords .steps-left{
position:absolute;
top:10px;
left:0;
width:25px;
height:25px;
background: url("../images/sprite.png") no-repeat 0 0;
}
.stepsWords .steps-right{
position:absolute;
top:10px;
right:0;
width:25px;
height:25px;
background: url("../images/sprite.png") no-repeat -25px 0;
}
.about-font{
font-size:16px;
line-height: 30px;
}
.success-img{
overflow: hidden;
}
.media-img{
width:446px;
transition: transform .5s;
}
.media-img:hover{
transform:scale(1.1);
}