zs-starter-template/css/style.css

23 lines
398 B
CSS
Raw Normal View History

2023-03-18 07:27:10 +00:00
/* Icons */
.icon {
vertical-align: sub;
padding-right: 0.25rem;
display: inline-block;
width: 1em;
height: 1.3em;
margin-right: 0.2rem;
stroke-width: 0;
stroke: currentColor;
fill: currentColor;
}
2023-03-18 07:27:10 +00:00
/* Anchors */
a.anchor {
text-decoration: none;
}
/* Fences */
.blue { background-color: steelblue; padding: 5px; }
#insideme { color: yellow; }
2023-03-18 11:51:37 +00:00
.red { background-color: red; }