xxxxxxxxxx
/* PASTE CSS HERE */
example1 {
height: 5px;
width: 10px;
background: gray;
border-width: 1px;
border-radius: 3px;
/* Complex/Shorthand styles Not supported*/
padding: 5px 10px;
}
example2 {
position: absolute;
right: 0;
display: flex;
justify-content: space-between;
align-items: center;
}