【发布时间】:2021-01-02 06:40:52
【问题描述】:
我需要做与这个相同的标题: Final result I am looking for
这是我的初始代码:
<!DOCTYPE html>
<html lang="en">
<head>
<title>Site web </title>
<style type="text/css">
body {
margin: 0;
padding: 0;
}
</style>
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet" />
</head>
<body>
<div class="row">
<div class="col-md-12 col-xl-12">
<img src="plante.png" style="width:30px" />
<div>Les jardins du lys </div>
<div style="text-align: center">
ACCUEIL • CREATION DE JARDIN • ENTRETIEN DE JARDIN • CONTACT
</div>
<div>
</div>
</div>
</div>
</body>
</html>
如果您知道如何编辑此页面,请告知
【问题讨论】:
标签: javascript html css bootstrap-4