This website works better with JavaScript.
Home
Explore
Help
Sign In
wacked
/
minimal-no-third-party
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
https://jgthms.com/web-design-in-4-minutes/
master
wacked
5 years ago
parent
6d1666d534
commit
07259ce927
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
static/css/main.css
+ 6
- 0
static/css/main.css
View File
@@ -1,6 +1,8 @@
body {
display: flex;
flex-flow: column wrap;
max-width: 50em;
line-height: 1.5em;
}
@@ -14,6 +16,10 @@ img {
max-width: 100%;
}
code, blockquote {
background: #eee;
}
/* Homepage */
.intro > h1 {
color: #212121;
Write
Preview
Loading…
Cancel
Save