diff --git a/css/main.css b/css/main.css index 3f9d090..ebca029 100644 --- a/css/main.css +++ b/css/main.css @@ -95,7 +95,7 @@ textarea { font-weight: 400; padding: 10px 30px; margin: 0; - font-size: 14pt; + font-size: 12pt; } .tiny { @@ -103,7 +103,7 @@ textarea { } .small { - font-size: 14pt; + font-size: 12pt; } .title { @@ -214,16 +214,67 @@ textarea { } #section-6-img{ - width: min-content; + width: 50vw; margin: 0 auto; } + #section-6-img img { + max-width: 100%; + } + #section-6-text { text-align: center; max-width: 35%; margin: 0 auto; } + #section-7 { + background-color: #323969; + text-align: center; + padding: 50px; + } + + #section-7 input { + border-radius: 3px; + background-color: #474d78; + border-color: #848bbd; + color: white; + padding: 15px; + border-style: solid; + border-width: 1px; + margin: 10px; + } + + #trial-flex-container { + display: flex; + justify-content: center; + } + + #trial-img { + align-self: flex-end; + margin-right: 3px; + } + + #trial-text { + align-self: flex-start; + } + + ::placeholder { + color: white; + font-size: 12pt; + } + + #section-7 form { + display: flex; + flex-direction: column; + } + + #section-7 button { + width: 200px; + } + + /* ----------START OF MEDIA QUERIES------------ */ + @media (min-width: 484px) { #section-1 { background-image: url(/img/bg-1_md.jpeg); @@ -232,10 +283,7 @@ textarea { #section-1 .tiny { color:#282828; } - #section-1 h1 { - font-size: 50pt; - } - + #section-5 { background-image: url(/img/bg-2_md.jpeg); } @@ -246,6 +294,9 @@ textarea { background-image: url(/img/bg-1_lg.jpeg); min-height: 800px; } + #section-1 h1 { + font-size: 50pt; + } #section-2 { grid-template-columns: 1fr max(40%); grid-template-rows: auto auto auto auto; @@ -315,7 +366,22 @@ textarea { display: flex; justify-content: space-evenly; } - + + #section-7 form { + flex-direction: row; + } + #form-flex-container { + display: flex; + justify-content: center; + align-items: flex-end; + } + #section-7 input { + width: 20vw; + } + #section-7 button { + width: 20vw; + } + } @media (min-width: 1921px) { diff --git a/img/arrow.png b/img/arrow.png new file mode 100644 index 0000000..0b1011a Binary files /dev/null and b/img/arrow.png differ diff --git a/index.html b/index.html index 90befd2..6098dc4 100644 --- a/index.html +++ b/index.html @@ -131,16 +131,20 @@

THIS FORM DOESN'T HAVE TO WORK

But create it anyway. Use the right fields...

-
- - - +
+ + + + +
- -

30 days free trial for all.

+
+ +

30 days free trial for all.

+
+
- - +

And some small text should go here.