55 lines
733 B
CSS
55 lines
733 B
CSS
img {
|
|
max-height: 1000px;
|
|
max-width: 800px;
|
|
}
|
|
|
|
.mt-5 {
|
|
margin-top: 5rem;
|
|
}
|
|
|
|
/*
|
|
|
|
|
|
font-family: 'Lobster', cursive;
|
|
|
|
font-family: 'Dancing Script', cursive;
|
|
|
|
font-family: 'Amatic SC', cursive;
|
|
|
|
font-family: 'Ranga', cursive;
|
|
|
|
font-family: 'Great Vibes', cursive;
|
|
|
|
font-family: 'Caveat', cursive;
|
|
|
|
font-family: 'Arapey', serif;
|
|
|
|
*/
|
|
|
|
img {
|
|
max-height: 1000px;
|
|
max-width: 800px;
|
|
}
|
|
|
|
.mt-5 {
|
|
margin-top: 5rem;
|
|
}
|
|
|
|
.span_user_msg {
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
color: black;
|
|
padding: 5px 10px;
|
|
}
|
|
|
|
.pdfcontent, .pdfcontent > div {
|
|
width: 1124px;
|
|
height: 1590px;
|
|
border: none;
|
|
background-color: #c6c6c6;
|
|
}
|
|
|
|
.border_stashed {
|
|
border-style: dotted;
|
|
}
|