diff --git a/css/master.css b/css/master.css index 39aa356..8ee16d3 100644 --- a/css/master.css +++ b/css/master.css @@ -10,7 +10,24 @@ textarea { } +i.fa { + font-size: 1.5em; + color: #999; +} + +.header_title { + color: rgb(30, 115, 190); + font-weight: 600; + margin: 0; +} + +.header_description { + margin: 1% 0% 5% 0%; + font-weight: 600; +} + .proposalBlock { + margin-top: 6%; padding: 7%; background-color: #ffffff; box-shadow: 0px 17px 24px 0px rgba(0, 0, 0, 0.16); @@ -40,6 +57,12 @@ textarea { margin-top:1em; } +#lang_box { + width: 82px; + position: relative; + top: -4px; +} + #payment_amount { display: inline-block; width: 20%; diff --git a/images/lang.png b/images/lang.png new file mode 100644 index 0000000..ed265d0 Binary files /dev/null and b/images/lang.png differ diff --git a/index.html b/index.html index 80dff52..3e8bd47 100644 --- a/index.html +++ b/index.html @@ -8,6 +8,7 @@ + @@ -591,21 +592,30 @@