Difference between revisions of "Team:BCU"

Line 1: Line 1:
<!DOCTYPE html>
 
<html lang="en">
 
<head>
 
    <meta charset="UTF-8">
 
    <title>Title</title>
 
</head>
 
<body>
 
 
<div class="test">
 
<div class="test">
 
   <ul>
 
   <ul>

Revision as of 06:56, 24 July 2018

  • <a href="#">预约挂号</a>
  • <a href="#">就医指南</a>
  • <a href="#">科研创新</a>
  • <a href="#">新闻中心</a>
  • <a href="#">党建工作</a>

<style>

   .test {
       width: 100%;
       height: 40px;
       background: #ffff00;
   }
   .test ul li {
       float: left;
       width: 20%;
       text-align: center;
   }
   .test ul li a{
       font-size: 14px;
       color: #ffffff;
   }

</style> </body> </html>