add topic_6

This commit is contained in:
2023-04-07 14:09:49 +07:00
parent fe554065bc
commit 444487baae
27 changed files with 493 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
body {
background-image: linear-gradient(180deg, #eee, #fff 100px, #fff);
}
.container {
max-width: 960px;
}
.pricing-header {
max-width: 700px;
}
.btn-outline-primary {
color: orangered;
border-color: orangered;
}
.btn-outline-primary:hover {
color: #fff;
background-color: orangered;
border-color: orangered
}