Results: 1578
Notes
  • Newest first
  • Oldest first
  • Newest first(All)
  • Oldest first(All)
These are alternatives:
background-position: right bottom;
background-position: 100% 100%;
background-position: bottom 0px right 0px;
background-position: right center;
background-position: 100% 50%;
background-position: left top;
background-position: 0% 0%;
background-position: left 0px top 0px
by Valeri Tandilashvili
5 years ago
0
CSS
properties
CSS
1
Error: Start tag seen without seeing a doctype first. Expected <!DOCTYPE html>
by Valeri Tandilashvili
5 years ago
0
HTML
Error
1
$res = preg_replace('/\\\\u([a-f0-9]{4})/e', "iconv('UCS-4LE','UTF-8',pack('V', hexdec('U$1')))", json_encode($this->response));
Modern way of doing this is:
$res = json_encode($this->response, JSON_UNESCAPED_UNICODE);
JSON_UNESCAPED_UNICODE
added in 5.4 PHP version
by Valeri Tandilashvili
5 years ago
0
PHP
Encoding
1
Error: Attribute href not allowed on element div at this point
<div class="action-button_toggle_menu nav-link dropdown-toggle btn btn-light username" href="#" id="…wnMenuLink"  data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" aria-pressed="false">
by Valeri Tandilashvili
5 years ago
0
HTML
Error
1
Error: CSS: font-weight: 550 is not a font-weight value
<span style="text-transform: uppercase;font-weight:550; font-size:38px">
by Valeri Tandilashvili
5 years ago
0
HTML
Error
1
100, 200, 300, 400, 500, 600, 700, 800, 900 Defines from thin to thick characters. 400 is the same as normal, and 700 is the same as bold. In earlier versions of the font-weight specification, the property accepts only keyword values and the numeric values 100, 200, 300, 400, 500, 600, 700, 800, and 900; non-variable fonts can only really make use of these set values, although fine-grained values (e.g. 451) will be translated to one of these values for non-variable fonts using the Fallback weights system
by Valeri Tandilashvili
5 years ago
0
CSS
properties
2
Error: Element div not allowed as child of element button in this context
by Valeri Tandilashvili
5 years ago
0
HTML
Error
1
Error: Attribute autocorrect not allowed on element input at this point
<input type="text" id="main_search_input" name="search_query" placeholder="Search" autocapitalize="none" autocomplete="off" autocorrect="off" spellcheck="false">
by Valeri Tandilashvili
5 years ago
0
HTML
Error
1
Warning: Consider avoiding viewport values that prevent users from resizing documents
<meta name="viewport" content="width=device-width, initial-scale = 1.0, maximum-scale=1.0, user-scalable=no" />
by Valeri Tandilashvili
5 years ago
0
HTML
Warning
1
First
css-minify
package must be installed
globally
npm install css-minify -g
Installing globally is necessary. Before minify command is run,
css-dist
directory must be created, where the output will be saved. The command:
css-minify -f css/d1.css
will minify the specified .css file.
by Valeri Tandilashvili
5 years ago
0
NPM
packages
0
Results: 1578