Код: Выделить всё
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:5000",
"webRoot": "${workspaceFolder}"
}
]
}
Код: Выделить всё
[*]
[list]
[url=default.asp]Home[/url]
[*][url=news.asp]News[/url]
[*][url=contact.asp]Contact[/url]
[*][url=about.asp]About[/url]
Dropdown
[url=#]Link 1[/url]
[url=#]Link 2[/url]
[url=#]Link 3[/url]
[/list]
< /code>
и моя таблица стилей: < /p>
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
padding: 12px 16px;
z-index: 1;
}
.dropdown:hover .dropdown-content {
display: block;
}
.a{
text-decoration: none;
padding: 15px;
}
.li{
display: inline;
}
.ul {
list-style-type: none;
margin: 0;
padding: 0;
}
< /code>
Вот одно сообщение об ошибке из терминала VS кода: < /p>
Could not read source map for chrome-error://chromewebdata/: Unexpected 503 response from chrome-error://chromewebdata/neterror.rollup.js.map: Unsupported protocol "chrome-error:"
Подробнее здесь: https://stackoverflow.com/questions/794 ... 22-vs-code
Мобильная версия