1 2 3 4 5 6 7 8 9
<!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>