Commit dfa03c4f94279d012e19850bc1107f357519118f

Authored by Shilpi Saini
1 parent 16ecb0b6f7
Exists in master

thankupage content change

Showing 2 changed files with 9 additions and 6 deletions   Show diff stats
... ... @@ -1391,9 +1391,11 @@ table {
1391 1391 }
1392 1392  
1393 1393 .card-color-confirm{
  1394 + /* width: 640px;
  1395 + margin: auto; */
1394 1396 background-color:#f5f5f5;
1395 1397 font-size: 16px;
1396   - margin-top: 10%;
  1398 + margin-top: 14%;
1397 1399 /* width:50%; */
1398 1400 border-radius: 10px;
1399 1401 padding: 60px 0px 60px 0px;
... ...
pages/confirm.html
... ... @@ -2,11 +2,12 @@
2 2 <head>
3 3 </head>
4 4 <body>
5   - <div class="col-xs-12 col-md-4 col-md-offset-4 city-meetup card-color-confirm">
6   - <h3 style="text-align:center;margin-top:4%;position:relative;color: #3542dd;font-size: 40px;"><b>Thank you </b></h3>
7   - <p style="text-align:center;font-size:20px;position:relative;font-size: 30px;"><b>for registering with us.</b></p>
8   - <p style="text-align:center;font-size:20px;position:relative;font-size: 30px;"><b>You will seen hear from </b></p>
9   - <p style="text-align:center;font-size:20px;position:relative;font-size: 30px;"><b>us with further details :)</b></p>
  5 + <div class="col-xs-12 col-md-6 col-md-offset-3 city-meetup card-color-confirm">
  6 + <!-- <h3 style="text-align:center;margin-top:4%;position:relative;color: #3542dd;font-size: 40px;"><b>You're now registered for Startup Jalsa Pitch Sessions 2019. </b></h3> -->
  7 + <p style="text-align:center;font-size:20px;position:relative;"><b>You're now registered for Startup Jalsa Pitch Sessions 2019.</b></p>
  8 + <p style="text-align:center;font-size:20px;position:relative;"><b>A copy of this is emailed to you.</b></p>
  9 + <!-- <p style="text-align:center;font-size:20px;position:relative;font-size: 30px;"><b>You will seen hear from </b></p>
  10 + <p style="text-align:center;font-size:20px;position:relative;font-size: 30px;"><b>us with further details :)</b></p> -->
10 11 </div>
11 12 </body>
12 13 </html>
... ...