<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>5-1</title>
<style type="text/css">
.a{
font-size: 20px;
}
span{
font-size: 40px;
}
</style>
</head>
<body>
<div class="a"><span>1</span>hello</div>
</body>
</html>
such as the above code!
adisplay:flex
is there any way to solve this alignment problem?