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

Update file home.html

parent 39dad7ef
No related branches found
No related tags found
No related merge requests found
......@@ -149,9 +149,33 @@
margin: 20px;
}
}
.loader-container {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #ffffff; /* Solid white background */
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
z-index: 9999;
}
.loader-gif {
width: 150px;
height: 150px;
}
</style>
</head>
<body>
<div class="loader-container">
<img src="https://static.igem.wiki/teams/5187/art/loading.gif" alt="Loading" class="loader-gif">
</div>
<div id="menu">
{% include 'menu.html' %}
</div>
......
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