project-vivi/index.html

14 lines
396 B
HTML
Raw Normal View History

2024-09-07 16:13:23 +00:00
<html>
<head>
<title> </title>
<link href="main/template/base.css" rel="stylesheet" type="text/css" media="all" />
</head>
<body>
<div style="float: left; width: 500px; align-content: center; display: inline-block;">
<div class="box street">abc</div>
<div class="box phone">abc</div>
<div class="box mail">abc</div>
</div>
</body>
</html>