Commit d60108bf by zekena

style

parent 07c40853
Showing with 13 additions and 2 deletions
......@@ -5,3 +5,9 @@ zida@gma.com
4,zeyad,zida@gma.com,23facas
5,zeyad,zida@gma.com,23facas
6,zeyad,zida@gma.com,23facas
7,,,"Thanks we will contact u soon"
8,,,"Thanks we will contact u soon"
9,,,
10,zeyad,zida@gma.com,"Thanks we will contact u soon"
11,zeyad,zida@gma.com,"Thanks we will contact u soon"
12,,,
......@@ -233,8 +233,8 @@ body{
white-space: nowrap;
}
#footer {
padding: 4em 0 2em 0;
background-color: #1b1b1f;
padding: 1em 0 1em 0;
background-color: #a3205685;
text-align: center;
}
......@@ -257,6 +257,7 @@ body{
text-shadow: 0 0.04em 0.04em rgba(0,0,0,0.35);
text-align:center;
transition: all 0.2s;
margin-top:34;
}
Input[type=submit]:hover{
border-color: rgba(255,255,255,1);
......
......@@ -6,7 +6,11 @@ if ($_POST['submit']) {
$name = $_POST['name'];
$message = $_POST['message'];
$email = $_POST['email'];
$message = "Thanks we will contact u soon";
echo "<script type='text/javascript'>alert('$message');</script>";
}
$file_open = fopen("contact_data.csv", "a");
$no_rows = count(file("contact_data.csv"));
if ($no_rows > 1) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment