mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
Make website responsive
This commit is contained in:
@ -18,9 +18,14 @@
|
||||
padding: 20px;
|
||||
}
|
||||
.div1 {
|
||||
background: darkgreen;
|
||||
background: darkred;
|
||||
color: white;
|
||||
}
|
||||
@media (min-width: 10px) {
|
||||
.div1 {
|
||||
background: darkgreen;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
document.querySelector('#style').sheet.insertRule(
|
||||
|
Reference in New Issue
Block a user