Test1
#ahsantext{
min-height:50px;
text-indent:1px;
font-size: 14px;
color:#314318;
line-height:160%;
font-family:Arial;
background-image: url(/sites/default/files/logoartsmalllight.png);
background-repeat: no-repeat;
background-position: right bottom;
height:100%;
}
* { margin: 0; padding: 0; line-height: 1; }
.primary1 { background-color: #red; color: #6c6c6c; font: normal 62.5% Helvetica, Arial, sans-serif; }
Computer Science
body{background:#a68c42;}
.container1{
float:right;
height:185px;
width:490px;
}
.photo{
position:absolute;
animation:round 13s infinite;
opacity:0;
width:516px;
height:330px;
float: right;
border-radius: 15px 50px;
}
@keyframes round{
25%{opacity:1;}
40%{opacity:0;}
}
img:nth-child(4){animation-delay:0s;}
img:nth-child(3){animation-delay:6s;}
img:nth-child(2){animation-delay:10s;}
img:nth-child(1){animation-delay:2s;}