CSS:純CSS繪製三角形(原理)

設置大邊框的時候矩形的顯示 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>繪製三角形</title> <style type="text/css"> #triangle{ display: inline-block; width: 100px; height: 100px; bor
相關文章
相關標籤/搜索