Skip to content
Snippets Groups Projects
Commit 5c177b1d authored by HauErn Lien's avatar HauErn Lien
Browse files

Update file tryhomepage.html

parent 757ba28f
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,11 @@
height: 100vh;
transition: 1s;
background-image: url("https://static.igem.wiki/teams/5187/home-bg-3.jpg");
background-size: cover; /* Makes the image cover the entire area */
background-repeat: no-repeat; /* Prevents the image from repeating */
background-position: center; /* Centers the image */
height: 100vh; /* Ensures the body takes up the full height of the viewport */
margin: 0; /* Removes default margin */
}
.logo-header{
......
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