File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 position : fixed;
2727 top : 10px ;
2828 left : 10px ;
29- z-index : 10 ;
30- /* Optional: add some styling effects */
31- background : # FFFFFF00 ;
29+ z-index : 1 ;
3230 }
3331
3432 .floating-logo img {
3735 width : auto;
3836 }
3937
38+ /* Download button styling */
39+ .download-btn {
40+ position : fixed;
41+ top : 20px ;
42+ right : 20px ;
43+ z-index : 1 ;
44+ padding : 6px 10px ;
45+ border-radius : 50px ;
46+ overflow : hidden;
47+ border : 1px solid # FF6D50 ;
48+ cursor : pointer;
49+
50+ color : # FF6D50 ;
51+ font-size : 12px ;
52+ font-family : "Manrope" , sans-serif;
53+ font-weight : 550 ;
54+ text-decoration : none;
55+ }
56+
57+ .download-btn : hover {
58+ background-color : # FF6D5010 ;
59+ }
60+
4061 /* Carousel container takes up the full viewport */
4162 .carousel-container {
4263 position : relative;
7495 < div class ="floating-logo " id ="logo ">
7596 < img src ="assets/logo.png " alt ="Aevis Logo " />
7697 </ div >
98+ < a href ="assets/aevis.pdf " download class ="download-btn "> Download PDF</ a >
7799 < div class ="carousel-container ">
78100 < div class ="carousel-slides ">
79101 < div class ="slide "> < img src ="assets/1.png " alt ="Slide 1 "> </ div >
You can’t perform that action at this time.
0 commit comments