Skip to content
Snippets Groups Projects
Commit a4dba3fe authored by HouTeng Chan's avatar HouTeng Chan
Browse files

Update menu.html

parent c48cbc2a
No related branches found
No related tags found
No related merge requests found
...@@ -75,9 +75,12 @@ ...@@ -75,9 +75,12 @@
padding: 12px 16px; padding: 12px 16px;
text-decoration: none; text-decoration: none;
display: block; display: block;
border-radius: 20px;
} }
.son li a:hover { .son li a:hover {
background-color: #f1f1f1; background-color: #f1f1f1;
border-radius: 20px;
} }
</style> </style>
</head> </head>
...@@ -90,12 +93,12 @@ ...@@ -90,12 +93,12 @@
<li><a href="{{ url_for('home') }}">Home</a></li> <li><a href="{{ url_for('home') }}">Home</a></li>
<li onmouseover="over(this)" onmouseleave="leave(this)"> <li onmouseover="over(this)" onmouseleave="leave(this)">
<a href="#" style="cursor:default;">Project</a> <a href="#" style="cursor:default;">Project</a>
<ul class="son"> <div class="son">
<li><a href="{{ url_for('pages', page='description') }}">Description</a></li> <p><a href="{{ url_for('pages', page='description') }}">Description</a><p>
<li><a href="{{ url_for('pages', page='contribution') }}">Contribution</a></li> <p><a href="{{ url_for('pages', page='contribution') }}">Contribution</a></p>
<li><a href="{{ url_for('pages', page='engineering') }}">Engineering</a></li> <p><a href="{{ url_for('pages', page='engineering') }}">Engineering</a></p>
<li><a href="{{ url_for('pages', page='safety') }}">Safety</a></li> <p><a href="{{ url_for('pages', page='safety') }}">Safety</a></p>
</ul> </div>
</li> </li>
<li onmouseover="over(this)" onmouseleave="leave(this)"> <li onmouseover="over(this)" onmouseleave="leave(this)">
<a href="#" style="cursor:default;">Wetlab</a> <a href="#" style="cursor:default;">Wetlab</a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment