-
-
Notifications
You must be signed in to change notification settings - Fork 203
/
.markbot.yml
56 lines (53 loc) · 1.28 KB
/
.markbot.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
repo: "responsive-section"
canvasCourse: "web-dev-1"
inherit:
- naming-restrict-live
- git-2
- html
- google-fonts
- img-flex
- css
- border-box
- responsive-css
- responsive-font-sizes
- body-margin-0
- screenshots-all
html:
- path: "index.html"
outline: false
has:
- ['link[href*="Noto+Sans"]', 'The Google Font, `Noto Sans` (regular & bold) is missing']
- 'section'
- 'section .wrapper'
- 'section div'
- 'section div img'
- 'section div h2'
- 'section div p'
- '.wrapper'
- '.section-letter'
- '.section-icon'
- '.section-body'
search:
- 'Dragon'
- 'Magnanimous, stately, vigorous, strong, proud, noble, direct, dignified, passionate.'
css:
- path: "css/main.css"
valid: true
bestPractices: true
has:
- ['html', 'font', 'normal 100%/1.3 "Noto Sans", sans-serif']
- ['section', 'background-color', '#e5c30a']
- ['.wrapper', 'margin', '0 auto']
- ['.wrapper', 'max-width', '45em']
- ['section h2']
- ['section p']
- ['.section-letter']
- ['.section-icon']
- ['@25em', '.section-letter']
search:
- 'display: flex'
- 'flex-wrap:'
- 'justify-content:'
- 'align-items:'
- 'order:'
- 'width:'