File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# MVP.css — Minimalist stylesheet for HTML elements
2
2
3
- ![ MVP.css] ( img/logo .png )
3
+ ![ MVP.css] ( img/brand .png )
4
4
5
5
Out of the box CSS styling for HTML elements. No class names, no framework to learn.
6
6
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
- < html lang ="en ">
2
+ < html color-mode =" user " lang ="en ">
3
3
< head >
4
4
< link rel ="icon " href ="./img/brand.png " />
5
5
< link rel ="stylesheet " href ="./mvp.css " />
14
14
< body >
15
15
< header >
16
16
< nav >
17
- < a href ="https://andybrewer.github.io/mvp/ "> < img alt ="MVP.css " src ="./img/logo .png " height ="70 " /> </ a >
17
+ < a href ="https://andybrewer.github.io/mvp/ "> < img alt ="MVP.css " src ="./img/brand .png " height ="70 " /> </ a >
18
18
< ul >
19
19
< li > Home</ li >
20
20
< li > < a href ="#docs "> Docs</ a > </ li >
21
21
< li > < a href ="#faq "> FAQ</ a > </ li >
22
22
< li > < a href ="https://www.github.com/andybrewer/mvp/ " target ="_blank "> GitHub ↗</ a > </ li >
23
23
</ ul >
24
24
</ nav >
25
- < h1 > A < u > minimalist</ u > stylesheet for HTML elements</ h1 >
25
+ < h1 > MVP.css — A < u > minimalist</ u > stylesheet for HTML elements</ h1 >
26
26
< p > < b > No class names, no frameworks,</ b > just < em > semantic</ em > HTML and < mark > you're done</ mark > .</ p >
27
27
< br />
28
28
< p >
You can’t perform that action at this time.
0 commit comments