HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ns3133907 6.8.0-86-generic #87-Ubuntu SMP PREEMPT_DYNAMIC Mon Sep 22 18:03:36 UTC 2025 x86_64
User: cssnetorguk (1024)
PHP: 8.2.28
Disabled: NONE
Upload Files
File: /home/frenchlanguagelessons.co.uk/public_html/contact-form/css/contact.css
section#contact {
	color: #ccc;
	background:#fafafa;
	display:block;
	width:600px;
	padding:20px;
	border: solid 1px #f1f1f1;
}

#contact p{font-size: 16px;}

 .cform-text {width: 400px;}

 #contact input[type=text], select {
	height: 3.25em;
}

select {
	background: #f1f1f1;
	border: 0;
	box-shadow: 2px 2px 2px #888;
	width: 410px;
	vertical-align: middle;
}

#contact input[type=text], textarea {
	background: #f1f1f1;
	border: 0;
	box-shadow: 2px 2px 2px #888;
	width: 400px;
	text-align: left;
	vertical-align: middle;
}
#contact input[type=text]:focus, textarea:focus, select:focus {
	background: #e5e5e5;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	transition: background 0.25 ease-in;
	-moz-transition: background 0.25 ease-in;
	-webkit-transition: background 0.25 ease-in;
}

input[type=submit] {
	color: #fff;
	width: 185px;
	height: 60px;
	text-shadow: none;
	font-size: 1.3125em;
	padding:0.5em;
	letter-spacing: 0.05em;
	margin: 0 0 20px 0;
	display: block;
	border: 0;
	text-transform: none;
	background: #1abc9c !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;

}

h1{
	color: #5984B0;
	padding-bottom: 20px;
	padding-top: 20px;
	
}