请用CSS手写一个三角形
首先,需要把元素的宽度、高度设为0。然后设置边框样式。
width : 0 ; height : 0 ; border - top : 40px solid transparent ; border - left : 40px solid transparent ; border - right : 40px solid transparent ; border - bottom : 40px solid #ff0000;
看了两遍,慢慢消化吸收知识点
从浏览器输入URL到展示页面的全流程是怎么样的?
叉树前序遍历的递归和非递归实现?
小程序没有分享到朋友圈的功能,但是产品为了推广,需要曲线实现这个功能,请给出设计方案?
cookies,sessionStorage 和 localStorage 的区别?
看了两遍,慢慢消化吸收知识点