diff --git a/images/train-img.jpeg b/images/train-img.jpeg new file mode 100644 index 0000000..9c81327 Binary files /dev/null and b/images/train-img.jpeg differ diff --git a/sell.html b/sell.html index 2df1183..a569b73 100644 --- a/sell.html +++ b/sell.html @@ -192,11 +192,49 @@ text-decoration: none; border-radius: 5px; transition: background 0.3s ease; - } - .btn:hover { - background: #17a085; - } + /* Sell tickets css */ + .sell-ticket { + text-align: center; + padding: 20px; +} + +.card-container { + display: flex; + justify-content: center; + gap: 80px; /* Increased space between cards */ +} + +.card { + border: 1px solid #ccc; /* Card border */ + border-radius: 8px; /* Rounded corners */ + padding: 10px; + width: 250px; /* Card width */ + text-align: center; + box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Shadow effect */ +} + +.card-image { + width: 100%; /* Responsive image */ + height: auto; + border-radius: 8px; /* Rounded image corners */ +} + +.btn { + background-color: #00bfa6; /* Original button color */ + color: white; + padding: 10px 30px; + text-decoration: none; + border-radius: 5px; + font-size: 1rem; + transition: background-color 0.3s ease; + display: inline-block; /* Ensure button behaves correctly */ + margin-top: 10px; /* Space above button */ +} + +.btn:hover { + background-color: #00a690; /* Darker button color on hover */ +} @@ -237,6 +275,37 @@
+ +

Sell Your Ticket

+
+ + +
+
+ + + +