1 2 3 4 5
<!DOCTYPE html> <style> @import "data:text/css,*{background:red}"; @import "data:text/css,*{background:green}"; </style>