如果丘处机没有路过牛家村,中国将是最发达国家
如果丘处机没有路过牛家村,中国将是最发达国家
<!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> .box1 { background: #F00; text-shadow: 2px 2px 5px #333, -2px -8px 5px #333; } .box2 { background: #F00; text-shadow: 1px 1px 1px #FFF; } </style> </head> <body> <div class="box box1">如果丘处机没有路过牛家村,中国将是最发达国家</div> <div class="box box2">如果丘处机没有路过牛家村,中国将是最发达国家</div> </body> </html>