<!DOCTYPE html>
<html>
<head>
<title>Code Editor18</title>
<style type="text/css">
body {
margin: 0 auto 0 auto;
}
#wrap {
margin: 20px auto;
text-align: center
}
a:link{
color: #00ad62;
font-size: 200%;
font-family:segeo ui, arial;
text-decoration:none;
font-weight:bold;
position:fixed;
top:30%;
left:10%;
background: linear-gradient(45deg, #2196F3 25%, #8a54eb 50%, #f760b4 70%); color: transparent; -webkit-background-clip: text;
transition: all 0.3s ease-out;
}
</style>
</head>
<body>
<div id='wrap'>
<a href='https://uce-academy.blogspot.com/' target='_blank'>UCE Academy</a>
</div>
</body>
</html>