You are on page 1of 1

*{

background-image: radial-gradient(rgb(142, 142, 142),black);


text-align: center;
padding:100px;
}
h1{
width:657px;
height:38px;
color:chartreuse;
transition: width 0.5s,height 0.5s;

h1:hover{
width: 700px;
height:50px;
background-image: radial-gradient(silver,black);
}

a{
color:chartreuse;
text-decoration: none;
}
a:hover{
background-image: radial-gradient(silver,black);
}
h2{
height:28px;
/* width:383px; */
width:657px;
transition:height 0.5s,width 0.5s;
}
h2:hover{
height:50px;
width:700px;
}

You might also like