Description
Generate a standard style sheet .ccs with information coming from Excel Spreadsheet
Download : xlsm VBA codes that generates css file
https://www.inventorybigdata.com/wp-content/uploads/tools/generate_genericstyle_css.xlsm
Download : Exemple for css sheet output :
https://www.inventorybigdata.com/wp-content/uploads/tools/genericstyle.css
/* Generated Css */
li {
margin: 10px;
list-style-type: none;
}
ul {
text-decoration: none;
display: flex;
justify-content: space-between;
margin-right: 10px;
}
h1 {
margin-left: 10px;
}