4,090
edits
No edit summary |
No edit summary |
||
Line 1,760: | Line 1,760: | ||
} | } | ||
.footer { | .footer { | ||
position: fixed; | |||
left: 0; | |||
bottom: 0; | |||
width: 100%; | |||
box-sizing: border-box; | |||
z-index: 11; | |||
background: transparent linear-gradient(180deg, #FFF0 0%, #FAFAFA 100%) 0% 0% no-repeat padding-box; | |||
padding-bottom: 1.3%; | |||
padding-top: 100px; | |||
padding-left: 1.3%; | |||
padding-right: 1.3%; | |||
display: flex; | |||
justify-content: flex-end; /* Aligns the buttons to the right */ | |||
align-items: center; /* Vertically center the items */ | |||
gap: 10px; /* Adds a gap between the buttons */ | |||
} | } | ||