Úprava souboru index.html
This commit is contained in:
parent
7828c1e45e
commit
48a92af934
1 changed files with 3 additions and 14 deletions
17
README.md
17
README.md
|
@ -1,17 +1,6 @@
|
||||||
<script>
|
<style>
|
||||||
function isMobile() {
|
.sloupce {column-count:2;column-width:100px;column-rule-width:10px;}
|
||||||
const regex = /Mobi|Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i;
|
</style>
|
||||||
return regex.test(navigator.userAgent);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (isMobile()) {
|
|
||||||
console.log("Detekováno mobilní zařízení");
|
|
||||||
document.write("<style>.sloupce{column-count:1;column-width:100px;column-rule-width:10px;}</style>");
|
|
||||||
} else {
|
|
||||||
console.log("Detekován počítač");
|
|
||||||
document.write("<style>.sloupce{column-count:2;column-width:100px;column-rule-width:10px;}</style>");
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<p class="sloupce">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
|
<p class="sloupce">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue