HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/carrotps/carrotps.com/wwwroot/css-js/screen.css
@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	border:0;
}
html, body {	
	margin: 0px; 
	padding: 0px;
	text-align: center;
	border:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	font-color:#fff;
	position:relative;
	background-color: #f07e1a;
}
/*#background{
	background:url(../img/backgr.jpg) no-repeat;
	width:600px;
	height:637px;
	position:absolute;
	z-index:-1;
	bottom:0;
	right:0;
	
}*/
#main{
	margin: 50px auto;
	position:relative;
	width:420px;
	height:365px;
	text-align: left;
	clear:left;
	/*border:1px solid #ccc;*/
	padding:20px;
}
#logo{
	position:relative;
	float:left;
}
#intro{
	position:relative;
	margin-left:13px;
	margin-top:22px;
	width:420px;
	float:left;
}
#tekst{
	position:relative;
	margin-left:13px;
	margin-top:22px;
	width:190px;
	float:left;
}

h1{
	color:#fff;
	font-weight:normal;
	font-size:18px;
	padding-bottom:12px;
}
p{
	font-size:12px;
	line-height:20px;
	width:390px;
	color: #fff;
	padding-bottom:15px;
	display:block;
	text-align: center;
}
a{
	color:#fff;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
	color:#fff;
}