We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf0ad60 + 66e62d6 commit 184bc9dCopy full SHA for 184bc9d
docs/8.git_quiz.md
@@ -0,0 +1,25 @@
1
+#<h1 align="center">Git Quiz</h1>
2
+
3
+<style>
4
+ .md-content__inner {
5
+ max-width: 100%;
6
+ padding: 0;
7
+ }
8
+ .md-content {
9
10
11
+</style>
12
13
14
15
+<div style="position: relative; width: 100%; margin: 20px 0;">
16
+ <iframe src="../assets/git_basics_interactive_web_quiz.html#diagram-1"
17
+ width="100%"
18
+ height="700px"
19
+ style="border: 2px solid #667eea;
20
+ border-radius: 12px;
21
+ display: block;
22
+ max-width: 100%;">
23
+ </iframe>
24
+</div>
25
docs/git_quiz.md
mkdocs.yml
@@ -70,7 +70,7 @@ theme:
70
language: en
71
font:
72
text: Mukta
73
- code: Fira Code
+ code: Inconsolata
74
75
markdown_extensions:
76
- abbr
0 commit comments