UnfoldingCSS:FAQ: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
body {margin: auto; line-height: 1.4em; max-width: 900px; padding: 1.5em 1em; | body {margin: auto; line-height: 1.4em; max-width: 900px; padding: 1.5em 1em; | ||
background: linear-gradient(0deg, violet | background: linear-gradient(0deg, violet, red, violet); | ||
} | } | ||
Revision as of 16:01, 30 April 2023
body {margin: auto; line-height: 1.4em; max-width: 900px; padding: 1.5em 1em;
background: linear-gradient(0deg, violet, red, violet);
}
h2 {font-size: 1.9em; line-height: 1.3em;}
h3 {font-size: 1.5em; line-height: 1.3em;}
a, a:visited, a:hover {color: black; background: white; text-decoration: none;}
a:hover {color: red !important}
.gallerybox ul, .gallerybox li {style: none;}
.gallerybox li {width:200px; float: right;}
.tocnumber {display: none;}