Поэтому я работаю с двумя HTML-скриптами:
- Блог с ограниченным доступом
- Обычный блог
HTML для ограниченного блога:
Код: Выделить всё
body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
background-color: #36465d;
color: white;
font-family: "Helvetica Neue", Arial, sans-serif;
font-size: 18px;
font-weight: bold;
margin: 0;
text-align: center;
}
a {
color: #36465d; /* hidden link, same color as background */
text-decoration: none;
font-size: 8px;
}
.gif-container {
margin-top: 20px; /* space and then gif for distraction */
}
img {
max-width: 100%;
height: auto;
border-radius: 10px;
}
This blog is private.
[url=https://blog-name.tumblr.com/page/1].[/url]
/* link to true blog */
[img]gif.gif[/img]
Заранее благодарим.
Подробнее здесь: https://stackoverflow.com/questions/793 ... blog-based