更新css文件

This commit is contained in:
MarkusJoe
2022-04-14 22:20:58 +08:00
parent f0dd72d350
commit 3cf3d03762
2 files changed
+12

No files matched your search

+6
View File
@@ -1,6 +1,12 @@
.intro{ .intro{
text-align: center; text-align: center;
} }
.head{
text-align: center;
}
.example{
text-align: center;
}
a { a {
color: green; color: green;
} }
+6
View File
@@ -0,0 +1,6 @@
.head{
text-align: center;
}
table{
margin: auto;
}