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

Update file human-practices.html

parent c68a72c6
No related branches found
No related tags found
No related merge requests found
......@@ -30,12 +30,12 @@
border: 1px solid #ddd;
border-radius: 8px;
padding: 20px;
margin-bottom: 75px; /* Increased spacing between cards */
transition: box-shadow 0.3s ease, transform 0.3s ease; /* Added transform to transition */
margin-bottom: 75px;
transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.expert-card:hover {
box-shadow: 0 8px 16px rgb(252, 126, 126);
transform: translateY(-5px); /* Makes the card float up slightly on hover */
transform: translateY(-5px);
}
.expert-image {
width: 200px;
......@@ -71,6 +71,7 @@
{% block title %}Human Practices Details{% endblock %}
{% block page_content %}
<div class="sidebar">
<ul>
<li><a href="#Introduction">Introduction</a></li>
......@@ -78,7 +79,7 @@
<li><a href="#Economy">Economy</a></li>
<li><a href="#Society/Politics">Society/Politics</a></li>
</ul>
</div>
</div>
<div class="progress-container">
<svg class="progress-bar-circle" width="60" height="60">
......
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