diff --git a/.replit b/.replit new file mode 100644 index 0000000..987df24 --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "html" +run = "run index.html" \ No newline at end of file diff --git a/css/clonediet.css b/css/clonediet.css index ca89b31..620e5d7 100644 --- a/css/clonediet.css +++ b/css/clonediet.css @@ -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 { @@ -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 { diff --git a/templates/.gitignore b/templates/.gitignore new file mode 100644 index 0000000..9736424 --- /dev/null +++ b/templates/.gitignore @@ -0,0 +1 @@ +.replit \ No newline at end of file