<div class="main">
<h1>MKIMQ</h1>
</div>
body {
background: black;
margin: 0;
}
.main {
width: 100%;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}
h1{
font-size: 200px;
background-image: url('https://gimg2.baidu.com/image_search/src=http%3A%2F%2Fpic.jj20.com%2Fup%2Fallimg%2F711%2F031114112558%2F140311112558-5.jpg&refer=http%3A%2F%2Fpic.jj20.com&app=2002&size=f9999,10000&q=a80&n=0&g=0n&fmt=auto?sec=1660815854&t=a60b580ae6eb09dd2aadbb3b87f695f5');
background-clip: text;
color: transparent;
-webkit-background-clip: text;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.