tangled
alpha
login
or
join now
taurean.bryant.land
/
stylebase
0
fork
atom
A starter set of CSS files for building modular web components and layouts.
0
fork
atom
overview
issues
pulls
pipelines
adding placeholder for hr styles
taurean.bryant.land
5 months ago
53e75407
8988acf5
+6
1 changed file
expand all
collapse all
unified
split
stylebase
module
generics.css
+6
stylebase/module/generics.css
···
8
8
body {
9
9
margin: 0;
10
10
}
11
11
+
12
12
+
hr {
13
13
+
border: unset;
14
14
+
background-color: red;
15
15
+
height: 1px;
16
16
+
}