Skip to content

Commit

Permalink
Changed cards.html
Browse files Browse the repository at this point in the history
  • Loading branch information
cjchirag7 committed Mar 2, 2019
1 parent d53ab90 commit f724992
Showing 1 changed file with 30 additions and 29 deletions.
59 changes: 30 additions & 29 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,22 +57,19 @@
padding: 10px;

}
h2{
font-size: 40px;
font-size: bold;
h4{
font-weight: bold;
}
.des{
padding: 3px;
padding: 1px;
text-align: center;

padding-top: 10px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
padding-top: 3px;
}
.accordion{
margin-top: 40px;
margin-top: 5px;

margin-bottom: 10px;
margin-bottom: 5px;
background-color: blue;
color:white;
border: 1px solid black;
Expand All @@ -90,9 +87,9 @@
cursor: pointer;
}
.accordi{
margin-top: 40px;
margin-top: 5px;

margin-bottom: 10px;
margin-bottom: 5px;
background-color: blue;
color: white;
border: 1px solid black;
Expand All @@ -110,9 +107,9 @@
cursor: pointer;
}
.accord{
margin-top: 40px;
margin-top: 5px;

margin-bottom: 10px;
margin-bottom: 5px;
background-color:blue;
color: white;
border: 1px solid black;
Expand All @@ -130,9 +127,9 @@
cursor: pointer;
}
.accor{
margin-top: 40px;
margin-top: 5px;

margin-bottom: 10px;
margin-bottom: 5px;
background-color: blue;
border: 1px solid black;
color: white;
Expand Down Expand Up @@ -251,15 +248,16 @@ <h6 class="sidebar-heading d-flex justify-content-between align-items-center px-
<div class="main">

<!--cards -->

<div class="card">
<div class="container">
<div class="row">
<div class="col-10 col-md-4 lg-6 ml-md-auto card">

<div class="image">
<img src="img/face.jpg">
</div>
<div class="title">
<h2>
President</h2>
<h4>
President</h4>
</div>
<div class="des">
<p>
Expand Down Expand Up @@ -292,14 +290,14 @@ <h2>
<!--cards -->


<div class="card">
<div class="col-10 col-md-4 lg-6 mr-md-auto card">

<div class="image">
<img src="img/face.jpg">
</div>
<div class="title">
<h2>
Chairperson</h2>
<h4>
Chairperson</h4>
</div>
<div class="des">
<p>
Expand Down Expand Up @@ -329,17 +327,18 @@ <h2>
</div>
</div>
<!--cards -->
</div>


<div class="card">
<div class="row">
<div class="col-10 col-md-4 lg-6 ml-md-auto card">

<div class="image">
<img src="img/face.jpg">
</div>
<div class="title">
<h2>
<h4>
Finance Convenor
</h2>
</h4>
</div>
<div class="des">
<p>
Expand Down Expand Up @@ -371,14 +370,14 @@ <h2>
<!--cards -->


<div class="card">
<div class="col-10 col-sm-4 lg-6 mr-md-auto card">

<div class="image">
<img src="img/face.jpg">
</div>
<div class="title">
<h2>
General Secretary</h2>
<h4>
General Secretary</h4>
</div>
<div class="des">
<p>
Expand Down Expand Up @@ -406,6 +405,8 @@ <h2>
}
</script>
</div>
</div>
</div>
</div>
</main>
</div>
Expand Down

0 comments on commit f724992

Please sign in to comment.