06 2022 档案
摘要:<!-- run --> <style> #ad{ font-size: 30px; font-weight: bold; position: fixed; display: flex; width: 200px; height: 200px; color: white; border-radius
阅读全文
摘要:<!-- run --> <style type="text/css"> /**************小黄人的身体***************/ body{ margin: 0; padding: 0 } .wrapper{ width: 500px; height: 800px; margin
阅读全文
摘要:<!-- run --> <style> @import url('https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap'); :root { --green-color: #136a10; } .box { fon
阅读全文
摘要:<!-- run --> <style> .box { font-family: 'Barlow', sans-serif; display: flex; flex-direction: column; justify-content: center; align-items: center; mi
阅读全文
摘要:<!-- run --> <style> @import url('https://fonts.googleapis.com/css2?family=Inter&display=swap'); :root { --red-color: #d22731; } .container { box-sizi
阅读全文
摘要:<!-- run --> <style> @import url('https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap'); .container { box-sizing: border-box; font-fa
阅读全文
摘要:<!-- run --> <style> :root{ --line-border-fill: #ff4d6d; --line-border-empty: #dee2e6; } .container{ align-items: center; justify-content: center; hei
阅读全文
摘要:<!-- run --> <style> .container { display: flex; width: 90vw; } .panel{ background-size: auto 100%; background-position: center; background-repeat: no
阅读全文