diff --git a/assets/css/bizgrow.css b/assets/css/bizgrow.css index 1c99c60..3682c55 100644 --- a/assets/css/bizgrow.css +++ b/assets/css/bizgrow.css @@ -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; +} diff --git a/download.html b/download.html index ee20319..65570e6 100644 --- a/download.html +++ b/download.html @@ -3,10 +3,12 @@
-