Skip to content

Commit

Permalink
Merge pull request #76 from inglorious-ratbastard/master
Browse files Browse the repository at this point in the history
added opacity to diet plan form solves #52
  • Loading branch information
ishika1727 committed Oct 10, 2021
2 parents 890fe22 + 89a497f commit df309ce
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .replit
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
language = "html"
run = "run index.html"
5 changes: 3 additions & 2 deletions css/clonediet.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ a:link, a:visited
font-weight: bold;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;;
padding: 14px 25px;
z-index:2;
z-index:2;
}
.plan
{
Expand All @@ -69,9 +69,10 @@ a:link, a:visited
max-width: 490px;
margin: 50px auto;
background: #fff;
opacity: 0.6;
border-radius: 2px;
padding: 30px;
font-family: Georgia, "Times New Roman", Times, serif;
font-family: Georgia, "Times New Roman", Times, serif;
}
.form h1
{
Expand Down
1 change: 1 addition & 0 deletions templates/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.replit

0 comments on commit df309ce

Please sign in to comment.