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>
    *{
        margin0;
        padding0;
        box-sizingborder-box;
    }
    body{
        backgroundrgb(11255169no-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