This commit is contained in:
X1627315083@163.com
2026-05-14 15:31:34 +08:00
parent d47d9535ee
commit dfd566e389
8 changed files with 130 additions and 41 deletions

View File

@@ -6,6 +6,7 @@ li,
h1,
h2,
h3,
h4,
p {
margin: 0;
padding: 0;
@@ -14,7 +15,13 @@ p {
* {
box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, .products-title{
font-family: Poppins, sans-serif;
font-weight: 600;
letter-spacing: 2px;
color: #222222;
text-transform: capitalize;
}
html,
body,
#app {