Custom Properties

<style>
:root{
    --green: #6aaa64;
    --darkYellow: #b59f3b;
}
div.green{
    background:var(--green);
    padding:1rem 2.5rem;
    margin:1rem;
    width:10%;
}
div.yellow{
    background:var(--darkYellow);
    padding:1rem 2.5rem;
    margin:1rem;
    width:10%;
}
</style>
 
 
Last updated: 1/11/2022 6:51:16 AM

On this page

Latest Updates

© 0 - 2025 - Mike Brind.
All rights reserved.
Contact me at Mike dot Brind at Outlook.com