<!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>
<div>
京
</div>
<div>
欢
</div>
<div>
迎
</div>
<div>
你
</div>
</body>
</html>
来源:https://www.cnblogs.com/tang1208382276/p/7856799.html