标签:font back csharp 方法 width 上下 tle 设置 大小
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <style type="text/css"> div{border: 5px solid red; border-radius: 50px; width: 50px; height: 100px; background-color: yellowgreen; margin:auto; box-shadow: 100px 100px 40px green;} </style> </head> <body> <div></div> </body> </html>
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <style type="text/css"> div{border: 5px solid red; border-radius: 50%; width: 100px; height: 100px; background-color: yellowgreen; margin:auto; box-shadow: 100px 100px 40px green;} </style> </head> <body> <div></div> </body> </html>
圆形:
椭圆形;
标签:font back csharp 方法 width 上下 tle 设置 大小
原文地址:https://www.cnblogs.com/niuyaomin/p/11361286.html