Multifeeding RSS streams into points of access. https://multi.vvvvvvaria.org/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
440 B

body{
background-color: pink;
color: red;
margin: 1em;
}
h1,
h2{
margin: 1em;
}
h2{
color: fuchsia;
}
table{
table-layout: fixed;
width: 100%;
border-collapse: collapse;
}
table td{
padding: 1em 2em;
}
table td:first-of-type{
width: 100px;
}
table tr{
border-bottom: 20px solid white;
}
section#api{
margin: 6em 0;
color: fuchsia;
}
section#api div.accesspoint{
margin: 0;
padding: 1em;
border-bottom: 20px solid yellow;
}