mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-05-15 10:45:54 +00:00

* CSS corrections * HTML corrections * JS corrections * JAVA corrections * remove tab * CSS corrections 2 * JS corrections 2 * back to the roots * max-linie 127 * add slash hr|br * return bootstrap-icons.css * return bootstrap-icons.min.css * return bootstrap.min.css * Update bootstrap-icons.css * Update bootstrap-icons.min.css * Update bootstrap-icons.min.css * Update bootstrap.min.css * CSS corrections * HTML corrections * JS corrections * JAVA corrections * remove tab * CSS corrections 2 * JS corrections 2 * back to the roots * max-linie 127 * add slash hr|br * return bootstrap-icons.css * Update bootstrap-icons.css * Bootstrap CSS * Update prism.css
11 lines
252 B
CSS
11 lines
252 B
CSS
.pdf-visual-aid {
|
|
width: 150px; /* Adjust as needed */
|
|
height: 200px; /* Adjust as needed */
|
|
border: 1px solid black; /* Represents the PDF page */
|
|
position: relative;
|
|
}
|
|
.line {
|
|
position: absolute;
|
|
background-color: red; /* Line color */
|
|
}
|