@@ -79,22 +79,22 @@ html[data-bs-theme="dark"] #uhh-light {
7979}
8080
8181.start-btn {
82- display : block; /* Makes it behave like a button */
82+ display : block;
8383 font-size : 200% ;
8484 align-content : center;
85- padding : 10px 20px ; /* Adjust padding for spacing */
86- background-image : url ('/assets/ img/ispy-webgl-screenshot-1.0.0.png' ); /* Replace with your image path */
87- background-size : cover; /* Ensure the image covers the entire button */
88- background-position : center; /* Center the image */
89- background-repeat : no-repeat; /* Prevent the image from repeating */
90- text-align : center; /* Center text inside the button */
91- color : white; /* Text color */
92- border : none; /* Remove default border */
93- border-radius : 8px ; /* Add rounded corners */
94- cursor : pointer; /* Change cursor to pointer */
95- margin : 1em auto; /* Center the button horizontally */
96- box-shadow : 0 4px 6px rgba (0 , 0 , 0 , 0.2 ); /* Add a shadow for depth */
97- transition : transform 0.2s , box-shadow 0.2s ; /* Smooth hover/click effects */
85+ padding : 10px 20px ;
86+ background-image : url ('../ img/ispy-webgl-screenshot-1.0.0.png' );
87+ background-size : cover;
88+ background-position : center;
89+ background-repeat : no-repeat;
90+ text-align : center;
91+ color : white;
92+ border : none;
93+ border-radius : 8px ;
94+ cursor : pointer;
95+ margin : 1em auto;
96+ box-shadow : 0 4px 6px rgba (0 , 0 , 0 , 0.2 );
97+ transition : transform 0.2s , box-shadow 0.2s ;
9898 height : 300px ;
9999 width : 40% ;
100100}
0 commit comments