Browse Source

css fix

master
gsd 2 years ago
parent
commit
4cfe3beacc
  1. 4
      index.html
  2. 4
      site_content/css/shit_style.css

4
index.html

@ -3,7 +3,7 @@
<meta charset="UTF-8">
<title>Факты 13</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-iYQeCzEYFbKjA/T2uDLTpkwGzCiq6soy8tYaI1GyVh/UjpbCx/TYkiZhlZB6+fzT" crossorigin="anonymous">
<link href="site_content/css/shit_style.css?version=9" rel="stylesheet">
<link href="site_content/css/shit_style.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-u1OknCvxWvY5kfmNBILK2hRnQC3Pr17a+RTT6rIHI7NnikvbZlHgTPOOmMi466C8" crossorigin="anonymous"></script>
<meta http-equiv="cache-control" content="no-cache, must-revalidate, post-check=0, pre-check=0" />
<meta http-equiv="cache-control" content="max-age=0" />
@ -378,7 +378,7 @@ transition: background-image 1s;" id="main_container">
<div class="col">
<div class="row">
<div class="col">Смещная картинка:</div>
<div class="col"><img alt="Captcha" src="https://sun9-13.userapi.com/impg/rGJ07_WhqnJBxl-5NhAVGO6Gog8y4i_GiCHk7A/Y7YcvnUaJRg.jpg?size=443x170&quality=96&sign=7f1e16fe825e41d94c22e93af132a936&type=album" class="img-fluid" id="captcha_img"></img></div>
<div class="col"><img alt="Captcha" src="" class="img-fluid" id="captcha_img"></img></div>
</div>
<div class="row">
<div class="col">Код с картинки:</div>

4
site_content/css/shit_style.css

@ -1,11 +1,11 @@
@font-face {
font-family: tf2build;
src: url('site_content/fonts/tf2build.ttf');
src: url('https://tf2.pblr-nyk.pro/site_content/fonts/tf2build.ttf');
}
@font-face {
font-family: tf2secondary;
src: url('site_content/fonts/tf2secondary.ttf');
src: url('https://tf2.pblr-nyk.pro/site_content/fonts/tf2secondary.ttf');
}
h1,h2,h3,h4,h5,h6 {

Loading…
Cancel
Save