奥运五环
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>奥运五环</title> <style type="text/css"> div:first-child{ color:steelblue; } div:nth-child(2){ clolo:black; } div:nth-child(3){ clolo:red; } div:nth-child(4){ clolo:yellow; transform: translateX:(240px) translateY(-250px); } div:nth-child(5){ clolo:green; transform: translateX:(240px) translateY(-250px); } </style> </head> <body> <div> 北 </div>