add contact page

This commit is contained in:
samaradel
2023-08-14 15:54:59 +03:00
parent 0c0e5d1c87
commit 33b140b17b
8 changed files with 57 additions and 43 deletions

View File

@@ -112,6 +112,13 @@ p {
background-color:#EEEBE4;
}
#ae_iframe_tcxkp1qz
{
filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="g"><feColorMatrix type="matrix" values="0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0 0 0 1 0"/></filter></svg>#g');
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
}
* {
color: #775840 !important;