DmitrMakeev commited on
Commit
8c577bf
1 Parent(s): b897754

Update biz_v.html

Browse files
Files changed (1) hide show
  1. biz_v.html +5 -1
biz_v.html CHANGED
@@ -6,7 +6,7 @@
6
  <title>API Request</title>
7
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/notyf/notyf.min.css">
8
  <style>
9
- body {
10
  font-family: Arial, sans-serif;
11
  text-align: center;
12
  background-color: #f0f0f0;
@@ -118,6 +118,10 @@ button:hover {
118
  background-repeat: no-repeat;
119
  background-position: right 10px center;
120
  background-size: 16px;
 
 
 
 
121
  }
122
  </style>
123
  </head>
 
6
  <title>API Request</title>
7
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/notyf/notyf.min.css">
8
  <style>
9
+ body {
10
  font-family: Arial, sans-serif;
11
  text-align: center;
12
  background-color: #f0f0f0;
 
118
  background-repeat: no-repeat;
119
  background-position: right 10px center;
120
  background-size: 16px;
121
+ }
122
+ /* Центрирование заголовков блоков */
123
+ .block h2 {
124
+ text-align: center;
125
  }
126
  </style>
127
  </head>