Answers for "show code as image"

0

snippets iamge by cod

.icon {
  background: url(~@/img/icon.png);
  /* parse to path: ${rootDir}/src/img/icon.png */
  /* and return snippets below */
}
Posted by: Guest on November-14-2020
0

snippets iamge by cod

{
  "compilerOptions": {
    "baseUrl": ".",
    "paths": {
      "@/*": ["src/*"]
    }
  }
}
Posted by: Guest on November-14-2020
-1

image code

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>My test page</title>
  </head>
  <body>
    <img src="" alt="My test image">
  </body>
</html>
Posted by: Guest on June-05-2021
0

snippets iamge by cod

.icon {
  background: url(~@/img/icon.png);
  /* parse to path: ${rootDir}/src/img/icon.png */
  /* and return snippets below */
}
Posted by: Guest on November-14-2020
0

snippets iamge by cod

{
  "compilerOptions": {
    "baseUrl": ".",
    "paths": {
      "@/*": ["src/*"]
    }
  }
}
Posted by: Guest on November-14-2020
-1

image code

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>My test page</title>
  </head>
  <body>
    <img src="" alt="My test image">
  </body>
</html>
Posted by: Guest on June-05-2021

Browse Popular Code Answers by Language