Skip to content

Commit c354ee8

Browse files
authored
updated style.css
1 parent 3194d5a commit c354ee8

File tree

1 file changed

+42
-20
lines changed

1 file changed

+42
-20
lines changed

assets/css/style.css

Lines changed: 42 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -302,10 +302,18 @@ body {
302302
#inputUsername,
303303
#inputEmail,
304304
#inputCollegeName,
305-
#inputReferralCode{
305+
#inputReferralCode,
306+
#inputUPI,
307+
#inputQRcode
308+
{
306309
color: white;
307310
}
308311

312+
.qr-code{
313+
margin: 0px 20px;
314+
width: 120px;
315+
}
316+
309317
#button_text{
310318
font-size: 20px;
311319
font-weight: bolder;
@@ -328,6 +336,27 @@ body {
328336
font-weight: bolder;
329337
}
330338

339+
#right-side_form #event_info{
340+
margin-top: 30px;
341+
padding: 10px;
342+
font-size: 18px;
343+
text-align: center;
344+
color: white;
345+
}
346+
347+
#right-side_form #event_info a{
348+
text-decoration: none;
349+
color: white;
350+
}
351+
352+
#right-side_form #event_info #click_here{
353+
font-size: 20px;
354+
}
355+
356+
#right-side_form #event_info a:hover{
357+
color: #00B4D8;
358+
}
359+
331360
#container-1,
332361
#container-2{
333362
padding-top: 30px;
@@ -561,32 +590,16 @@ body {
561590
#session-info-4{
562591
font-size: 25px;
563592
}
564-
/* #session-number-1{
565-
font-size: 25px;
566-
clear: both;
567-
display: inline-block;
568-
overflow: hidden;
569-
white-space: nowrap;
570-
padding: 0px 45px;
571-
margin-left: 65px;
572-
}
573-
#session-number-2{
574-
font-size: 25px;
575-
clear: both;
576-
display: inline-block;
577-
overflow: hidden;
578-
white-space: nowrap;
579-
padding: 0px 45px;
580-
margin-right: 95px;
581-
} */
582-
583593
#reload_img,
584594
#thunderbolt_img{
585595
margin-left: -80%;
586596
}
587597
#main-title{
588598
margin-left: 0px;
589599
}
600+
#QRcode{
601+
text-align: center;
602+
}
590603
}
591604

592605
@media (max-width: 575px) {
@@ -676,6 +689,9 @@ body {
676689
.form p{
677690
font-size: 22px;
678691
}
692+
#QRcode{
693+
text-align: center;
694+
}
679695
#register-button{
680696
display: flex;
681697
justify-content: center;
@@ -691,6 +707,12 @@ body {
691707
#blogs_text{
692708
font-size: 20px;
693709
}
710+
#right-side_form #event_info{
711+
font-size: 15px;
712+
}
713+
#right-side_form #event_info #click_here{
714+
font-size: 18px;
715+
}
694716
#discord_text{
695717
margin-top: -2%;
696718
}

0 commit comments

Comments
 (0)