summaryrefslogtreecommitdiff
path: root/components/DetailsPage.css
diff options
context:
space:
mode:
authorMaximiliano Firtman <firtman@gmail.com>2023-05-02 08:07:29 -0500
committerMaximiliano Firtman <firtman@gmail.com>2023-05-02 08:07:29 -0500
commit36bd438867b7dc135c3be04b6d62d9ee8b0a545a (patch)
treebf517ce97cd84c3dc8934dd01f9d141f580abbc6 /components/DetailsPage.css
first commit
Diffstat (limited to 'components/DetailsPage.css')
-rw-r--r--components/DetailsPage.css54
1 files changed, 54 insertions, 0 deletions
diff --git a/components/DetailsPage.css b/components/DetailsPage.css
new file mode 100644
index 0000000..37e4ed1
--- /dev/null
+++ b/components/DetailsPage.css
@@ -0,0 +1,54 @@
+button {
+ display: block;
+ background-color: var(--color5);
+ border: 0;
+ width: 80%;
+ margin: 16px 10%;
+ padding: 12px 0;
+ border-radius: 40px;
+ color: var(--color3);
+ font-size: 16px;
+}
+
+header {
+ display: flex;
+ flex-direction: row;
+}
+
+header>a {
+ display: block;
+ flex: 1;
+ text-decoration: none;
+ color: var(--primaryColor);
+ padding: 12px 0 12px 8px;
+ text-align: center;
+ font-size: 14px;
+}
+
+h2 {
+ color: var(--secondaryColor);
+ font-weight: normal;
+ font-size: 20px;
+ flex: 5;
+ margin: 8px;
+ text-align: center;
+}
+
+img {
+ width: 96%;
+ margin: 0 2%;
+ margin-top: 12px;
+}
+
+.description {
+ margin: 4px;
+ padding: 0 12px;
+ color: var(--primaryColor);
+ font-size: 13px;
+}
+
+.price {
+ color: var(--secondaryColor);
+ padding: 0 24px;
+}
+