-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Description
input:
h1 {
border: 1px solid red;
background-color: red;
background-position: 50% 100%;
}
h1 {
border: 1px #f00 solid;
background-color: #f00;
background-position: center bottom;
}
h1 {
border: solid 1px rgb(255, 0, 0);
}output:
h1 {
border: 1px solid red;
background-color: red;
background-position: 50% 100%;
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels