mirror of
https://github.com/roytam1/UXP.git
synced 2026-07-20 22:18:32 +00:00
10 lines
253 B
HTML
10 lines
253 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
p {
|
|
border: 2px solid transparent;
|
|
border-image: linear-gradient(to right, orange, blue) 1 1;
|
|
border-image: linear-gradient(to right, garbage) 1 1;
|
|
}
|
|
</style>
|
|
<p>This paragraph must have an orange/blue gradient border.</p>
|