download page
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user