<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<link rel="stylesheet" href="./css/bootstrap.css">
<link rel="stylesheet" href="./iconfont2/iconfont.css">
<style>
.iconfangdajing{margin-right: 4px;font-size: 20px;position: relative;top: 4px;}
.box200-250{width: 200px;height: 250px;background: gray;}
</style>
</head>
<body>
<div class="container">
<!-- <header class="row py-2 align-items-center text-center">
<div class="col text-left">
<a href="#">Subscribe</a>
</div>
<div class="col">
<h2><a href="#">Large</a></h2>
</div>
<div class="col text-right">
<a href="#"><i class="iconfont iconfangdajing"></i></a>
<a href="#">Sign up</a>
</div>
</header> -->
<header class="row py-2 justify-content-between align-items-center">
<div class="col-auto">
<a href="#" class="text-muted">Subscribe</a>
</div>
<div class="col-auto">
<h2><a href="#" class="text-dark text-decoration-none">Large</a></h2>
</div>