随笔分类 -  CSS

摘要:<!DOCTYPE html> <html> <head> <script src="https://unpkg.com/konva@4.0.18/konva.min.js"></script> <meta charset="utf-8" /> <title>Konva Circle Demo</t 阅读全文
posted @ 2022-07-29 00:13 最美分享Coder 阅读(157) 评论(0) 推荐(0)
摘要:.flex { /*flex 布局*/ display: flex; /*实现垂直居中*/ align-items: center; /*实现水平居中*/ justify-content: center; text-align: justify; width: 100%; height: 100%; 阅读全文
posted @ 2021-12-08 23:50 最美分享Coder 阅读(45) 评论(0) 推荐(0)