Jump to content

pub.solar wiki:Main Page/services.css: Difference between revisions

From pub.solar wiki
rudimentary CSS for the services
(No difference)

Revision as of 12:25, 8 January 2024

  1. mainpage-services {
 list-style: none;
 display: flex;

}

  1. mainpage-services li {
 width: 25%;
 display: flex;
 padding: 0.5em;
 background-color: #eee;
 margin: 0.5em;

}

  1. mainpage-services div {
 flex-grow: 1;

}

  1. mainpage-services li > div:first-child {
 font-size: 2em;
 margin-right: 1em;

}

  1. mainpage-services a {
 font-weight: bold;

}