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: clean up footer
devins.page
1 year ago
1816fe6c
9aefc541
+4
-14
2 changed files
expand all
collapse all
unified
split
demo.html
dev.css
+3
-5
demo.html
···
17
17
18
18
<body>
19
19
<header>
20
20
-
<h4>dev.css</h4>
21
21
-
<h1>Demo</h1>
20
20
+
<h1>dev.css</h1>
22
21
<p>This is the demo page for dev.css.</p>
23
22
<nav>
24
23
<ul>
···
36
35
</nav>
37
36
</header>
38
37
39
39
-
<h1>Heading 1</h1>
38
38
+
<h1>Demo</h1>
40
39
<p>
41
41
-
This is paragraph text. Lorem ipsum dolor sit amet consectetur adipisicing
42
42
-
elit.
40
40
+
This is the demo page for dev.css, a classless, lightweight, and accessible CSS framework!
43
41
</p>
44
42
<h2>Heading 2</h2>
45
43
<p>
+1
-9
dev.css
···
301
301
/* 11. footer */
302
302
footer {
303
303
border-top: 1px solid var(--dc-bg-3);
304
304
-
padding: 0.5rem calc(50vw - 50%);
305
305
-
margin: 2rem calc(50% - 50vw) -2rem;
306
306
-
}
307
307
-
308
308
-
footer * {
309
309
-
padding-top: 0rem;
310
310
-
padding-bottom: 0rem;
311
311
-
margin-top: 0.25rem;
312
312
-
margin-bottom: 0.25rem;
304
304
+
padding-top: 0.5rem;
313
305
}
314
306
315
307
footer h1,