yyds

Results 1 issues of yyds

- 题目截图1 ![image](https://user-images.githubusercontent.com/26477820/82337679-a10e8080-9a1e-11ea-8e30-82a6274f3a6e.png) - html截图 标签后黑色文字为题目内容 ![image](https://user-images.githubusercontent.com/26477820/82338208-314cc580-9a1f-11ea-9ba3-11df81a53f80.png) - html代码, <html> <head> <title>设置列表项位置</title> <style> body{ background-color:#ccc; } ul.inside { list-style-position: inside; } ul.outside { list-style-position: outside; } li { font-size:1.5em; color:#00458c;...