Link

 <!DOCTYPE html>

<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<style>
a{
color: red;
font-size: 22px;
font-family: Arial;
}
a:link{
color: blue;
}

a:hover{
color: yellow;
font-size: 28px;
}

a:visited{
color:green;
}

a:active{
color:black;
font-size: 50px;
}

#box{
height: 200px;
width: 200px;
border: 2px;
background: #22bf60;
}
#box:hover{
height: 400px;
width: 400px;
background: #042a84;
}
</style>
</head>
<body>
<a href="#">Home</a><br>
<a href="character_model_touchup_2.png">About</a><br>
<a href="img.jpg">Contact</a><br>

<div id="box">

</div>
</body>
</html>

Comments

Popular posts from this blog

pesudo element

sticky