tangled
alpha
login
or
join now
devins.page
/
dev.css
tiny, simple, classless CSS framework inspired by new.css
devcss.devins.page
framework
lightweight
css
classless
stylesheet
1
fork
atom
overview
issues
pulls
pipelines
chore: some minor cleanup
devins.page
11 months ago
8e6a4936
f8c825f7
+3
-3
1 changed file
expand all
collapse all
unified
split
dev.css
+3
-3
dev.css
···
9
5. typography
10
6. document
11
7. blockquotes
12
-
8 buttons and inputs
13
9. code and keyboards
14
10. details
15
11. description lists
···
176
article h1,
177
article h2,
178
article h3 {
179
-
padding-bottom: none;
180
border-bottom: none;
181
}
182
···
225
226
header {
227
padding: 1rem calc(50vw - 50%);
228
-
margin: 0rem calc(50% - 50vw) 0rem;
229
margin-top: -1rem;
230
}
231
···
9
5. typography
10
6. document
11
7. blockquotes
12
+
8. buttons and inputs
13
9. code and keyboards
14
10. details
15
11. description lists
···
176
article h1,
177
article h2,
178
article h3 {
179
+
padding-bottom: 0;
180
border-bottom: none;
181
}
182
···
225
226
header {
227
padding: 1rem calc(50vw - 50%);
228
+
margin: 0 calc(50% - 50vw) 0;
229
margin-top: -1rem;
230
}
231