download page

This commit is contained in:
shriyabhandari
2024-11-12 17:24:11 +05:45
parent 602667b148
commit 411f909500
7 changed files with 656 additions and 42 deletions

View File

@ -12890,3 +12890,48 @@ dl, ol, ul {
color: #dc0f18;
}
.download{
width: 94%;
/* padding: 60px; */
padding-left: 80px;
}
#myGrid {
display: grid !important;
grid-template-columns: repeat(3, 1fr) !important;
gap: 20px !important;
}
.color {
background-color: #dc0f18;
padding: 20px;
border-radius: 8px;
font-size: 16px;
line-height: 1.5;
position: relative;
}
.download-attachment {
display: flex;
align-items: center;
margin-top: 15px;
padding: 10px;
border-radius: 5px;
}
p{
color: black;
}
.download-button {
padding: 8px 12px;
background-color: #4CAF50;
color: white;
text-decoration: none;
border-radius: 5px;
font-size: 14px;
position: absolute;
top: 48%;
left: 47%;
transform: translate(-50%, -50%);
}
.download-button:hover {
background-color: #45a049;
}