css language online coding test
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>css_online_test</title>
</head>
<body>
<style>
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
background: rgb(11, 255, 169) no-repeat center;
}
</style>
<a style=" background: rgb(255, 0, 0); color: white; text-decoration: none; font-weight:900; margin: 40%; " href="https://www.tutorialspoint.com/css/css_online_test.htm">Start test</a>
</body>
</html>
Comments
Post a Comment