
css
real_xiaobai
这个作者很懒,什么都没留下…
展开
-
CSS+JS表
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style> body{ background-color: black; } #watch .frame-face { position: relative; width: 30em; height: 30em;原创 2022-05-11 14:08:11 · 250 阅读 · 0 评论 -
display:flex后元素居中+div梯形
一、div梯形nav 1、CSS 切角: clip-path: polygon(0 0 , 0 -804%,100% 100%,0 100%,0 0 ); 旋转: transform: rotate(180deg); 二、display:flex后元素居中 1、CSS justify-content: center; 2、 效果原创 2021-09-27 11:33:07 · 318 阅读 · 0 评论 -
padding把内容撑大解决
box-sizing: border-box;原创 2021-09-23 10:27:33 · 183 阅读 · 0 评论