Skip to content

Commit c7766a9

Browse files
committed
change faq image and arrow direction
1 parent dd90e2e commit c7766a9

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">
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
@@ -277,7 +277,7 @@ li{
277277

278278

279279
#faq {
280-
background: linear-gradient(330deg, #4C4491 0%, #FD5C63 100%);
280+
background-image: url(../img/faqtry.jpg);
281281
background-size: cover;
282282
background-repeat: no-repeat;
283283
color:#fff;
@@ -308,7 +308,7 @@ li{
308308
#faq .question:after {
309309
color: #536bb1;
310310
-webkit-font-smoothing: antialiased;
311-
content: "<";
311+
content: ">";
312312
position: relative;
313313
float: right;
314314
font-size: 1em;
@@ -317,9 +317,9 @@ li{
317317
-ms-transform: rotate(0deg);
318318
transform: rotate(0deg); }
319319
#faq .question.open:after {
320-
-webkit-transform: rotate(-90deg);
321-
-ms-transform: rotate(-90deg);
322-
transform: rotate(-90deg); }
320+
-webkit-transform: rotate(90deg);
321+
-ms-transform: rotate(90deg);
322+
transform: rotate(90deg); }
323323
#faq .answer {
324324
border: 3px solid #fff;
325325
padding: 0px 20px;

static/img/faqtry.jpg

1.14 MB
Loading

0 commit comments

Comments
 (0)