Skip to content

Commit 51501b6

Browse files
authored
Merge pull request #214 from Anupam-dagar/faqtest
Faq image change and arrow direction fix
2 parents 535c12b + a83afa0 commit 51501b6

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ <h3 class="timeline__title">18th Mar 5:00 PM :- Prize Distribution & Feedback Se
146146
</section>
147147

148148
<section id="faq" class="fullpage" style="height: auto;">
149+
<div class="fullpage" style="background: rgba(0,0,0,0.5);">
149150
<div class="contents fullpage" style="height: auto;">
150151
<h3>FAQ</h3>
151152
<div class="faqcolumn">
@@ -205,6 +206,7 @@ <h3>FAQ</h3>
205206
</div>
206207
</div>
207208
</div>
209+
</div>
208210
</section>
209211
<section id="sponsors">
210212

static/css/main.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ li{
296296

297297

298298
#faq {
299-
background: linear-gradient(330deg, #4C4491 0%, #FD5C63 100%);
299+
background-image: url(../img/faqtry.jpg);
300300
background-size: cover;
301301
background-repeat: no-repeat;
302302
color:#fff;
@@ -327,7 +327,7 @@ li{
327327
#faq .question:after {
328328
color: #536bb1;
329329
-webkit-font-smoothing: antialiased;
330-
content: "<";
330+
content: ">";
331331
position: relative;
332332
float: right;
333333
font-size: 1em;
@@ -336,9 +336,9 @@ li{
336336
-ms-transform: rotate(0deg);
337337
transform: rotate(0deg); }
338338
#faq .question.open:after {
339-
-webkit-transform: rotate(-90deg);
340-
-ms-transform: rotate(-90deg);
341-
transform: rotate(-90deg); }
339+
-webkit-transform: rotate(90deg);
340+
-ms-transform: rotate(90deg);
341+
transform: rotate(90deg); }
342342
#faq .answer {
343343
border: 3px solid #fff;
344344
padding: 0px 20px;

static/img/faqtry.jpg

1.14 MB
Loading

0 commit comments

Comments
 (0)