Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ecmel committed Jan 17, 2021
1 parent 17e7ca9 commit a3f3a0d
Showing 1 changed file with 12 additions and 16 deletions.
28 changes: 12 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,29 +26,25 @@ Linked `[<link rel="stylesheet">]` and embedded `[<style></style>]` style sheets

<head>
<!-- Remote style sheet -->

<link rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">

<!-- Local style sheet relative to workspace folder -->

<link rel="stylesheet" href="/style.css">
<link rel="stylesheet" href="/style.css">

<!-- Local style sheet relative to this file -->

<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="style.css">

<!-- Embedded style sheet -->
<style>
#content {
display: block;
}
<style>
#content {
display: block;
}
.internal {
display: block;
}
</style>
.internal {
display: block;
}
</style>
</head>

<body>
Expand Down

0 comments on commit a3f3a0d

Please sign in to comment.