есть по одному сайту на Вордпресс на город.
Мне нужно сделать так, чтобы всплывало окошко "Выберите город"
<meta property="og:title" content="Оклейка антигравийной пленкой Suzuki в Москве, Солнцево" />
<meta property="og:description" content="Оклейка и защита антигравийной пленкой автомобилей Suzuki в Москве, Солнцево" />
RewriteEngine On
DirectoryIndex index.html index.php
<h1 class="main-title">
мои <span class="big-logo"><img class="graficlogo" src="assets/img/Logo.png" alt="Logo"></span><br>
достижения
</h1>
<h1 class="main-title">
<span class="main-title__beautiful-string">мои </span>
достижения
</h1>
.main-title__beautiful-string {
display: block;
}
.main-title__beautiful-string::after {
content: "";
display: inline-block;
vartical-align: middle;
bg: иконка
}
<input type="file" class="custom-file-input">
.custom-file-input {
color: transparent;
}
.custom-file-input::-webkit-file-upload-button {
visibility: hidden;
}
.custom-file-input::before {
content: 'Файл не выбран';
color: black;
display: inline-block;
background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
border: 1px solid #999;
border-radius: 3px;
padding: 5px 8px;
outline: none;
white-space: nowrap;
-webkit-user-select: none;
cursor: pointer;
text-shadow: 1px 1px #fff;
font-weight: 700;
font-size: 10pt;
}
.custom-file-input:hover::before {
border-color: black;
}
.custom-file-input:active {
outline: 0;
}
.custom-file-input:active::before {
background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
for(let i = 0;i < rows;i++){ // вы собираетесь сначала создать строку, а по кол-ву строк идут игроки, значит нужно брать число rows, а не cols
let tr = document.createElement('tr');
for(let j = 0;j < cols;j++){ // а тут cols, но тут еще нужна другая переменная для счетчика, i уже используется для индекса rows
let td = document.createElement('td');
if(j == 1) // мы ведь хотим добавить контент на вторую колонку (по индексу 1)?
{
td.innerHTML = localStorage.getItem(i + ""); // добавляем значение, "" - нужен, чтобы получить ключ по j в виде строки
}
tr.appendChild(td);
}
width: 100%;
height: 100%;
object-fit: cover;
$ python -m pip install —upgrade pip (Обновляем pip)
$ pip install wheel (инсталлируем wheel без него ни как)
$ pip install pyinstaller (Ну и сам pyinstaller)