box-shadow: 0 0 0 10px rgba(0,0,0,0.25);
background-clip: padding-box;
li:nth-child(1) a:before {
content:"";
padding-right: 20px;
}
li:first-child a:before {
content:"";
padding-right: 20px;
}
:before
and :after
к input не применитьinput[type="submit"]
в div
и к нему применяйте :before
или :after
<button type="submit"></button>
:before
работает по IE8::before
работает по IE9viewport
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="width=1000">