Skip to content

Instantly share code, notes, and snippets.

@anil826
Created April 29, 2021 10:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anil826/20d2a9560ddb128c46dad641420de032 to your computer and use it in GitHub Desktop.
Save anil826/20d2a9560ddb128c46dad641420de032 to your computer and use it in GitHub Desktop.
Risk.css
<style>
p {
font-size: 12px;
font-weight: normal;
}
table {
max-width: 890px;
font-size:12px;
border-collapse: collapse;
display: table;
page-break-inside: avoid !important;
}
tr.row td {
border-bottom: 1px solid #eeeeee;
page-break-inside: avoid !important;
}
tr.sign td {
border-bottom: 1px solid #eeeeee;
}
.questions td {
padding-top: 10px;
padding-bottom: 10px;
}
/*img.img-responsive {
width: 60% !important;
}
.styled-table {
border-collapse: collapse;
margin: 25px 0;
font-size: 0.9em;
font-family: sans-serif;
min-width: 400px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}*/
img {
max-height: 400px;
max-width:890px;
width:auto;
page-break-inside: avoid !important;
}
.page-footer, .footer-space {
height: 50px;
width:100%;
text-align:center;
padding: 5px;
font-size:10px;
}
.page-footer {
position: fixed;
bottom: 0;
left: 0;
bottom: 0;
}
tr{
page-break-inside: avoid !important;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment