Skip to content

Commit

Permalink
FIXED BUTTON
Browse files Browse the repository at this point in the history
  • Loading branch information
pratibha99 committed Nov 28, 2018
1 parent 233630f commit e4cd6d7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
13 changes: 8 additions & 5 deletions supremecourtapp/static/css/indexstyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,12 @@ p{
color: #ffffff;
font-family: 'Roboto', sans-serif;
}
#button{
padding: 10px;
position: relative
#buttons{
padding-top: 10px;
padding-bottom: 10px;
margin-bottom: 10px;
margin-top: 10px;

}

.container{
Expand All @@ -44,7 +47,7 @@ p{
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: fixed;


font-size: 16px;
margin: 12px 2px;
Expand All @@ -54,7 +57,7 @@ p{
.grid-container {
display: grid;

height: 30%;
min-height: 200px;
grid-template-columns: auto auto;
padding: 10px;
justify-content: center;
Expand Down
2 changes: 1 addition & 1 deletion supremecourtapp/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ <h1> DECONSTRUCTING THE LAW </h1>
</div>

<br/>
<div>
<div class = "buttons">
<button id = "filter"> FILTER </button>

</div>
Expand Down

0 comments on commit e4cd6d7

Please sign in to comment.