Skip to content

Commit

Permalink
Added task Тултип
Browse files Browse the repository at this point in the history
  • Loading branch information
jsru-1 committed Dec 8, 2024
1 parent 7ee4c71 commit 836bd41
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 05-lection3/01-tooltip/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Тултип

figma: [https://www.figma.com/file/LavZmQfQccqyrTMzoSJYNu/CSS-Course?node-id=17325%3A297](https://www.figma.com/file/LavZmQfQccqyrTMzoSJYNu/CSS-Course?node-id=17325%3A297)

Сделать нужно так, чтобы подсказка в тултипе показывалась по наведению на вопросик, остальное разбирали на лекции.
11 changes: 11 additions & 0 deletions 05-lection3/01-tooltip/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<!-- Страница с тултипом -->
<html lang="ru">
<head>
<link rel="stylesheet" href="../../assets/css/main.css">
<link rel="stylesheet" href="./tooltip.css">
</head>
<body>

</body>
</html>
7 changes: 7 additions & 0 deletions 05-lection3/01-tooltip/test/solution.test.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
const expect = require('chai').expect;

describe('lection3/tooltip', () => {
it('Тултип', () => {
expect(1).to.equal(1);
});
});
Empty file.

0 comments on commit 836bd41

Please sign in to comment.