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/SBogers10/deensekroon.komma-mediadesign.nl/wwwroot/landing/css/style.css
@charset "UTF-8";
/* CSS Document */

html{
	height:			100%;	
}

body{
	position:		relative;
	margin:			0;
	font-family: 	'Istok Web', sans-serif;
	font-size:		13px;
	line-height:	16px;
	height:			100%;
	width:			100%;
	color:			#666;
	
}

h1{
	font-family: 	'Asap', sans-serif;
	font-variant:	small-caps;
	margin:			0 0 8px 0;
	font-weight:	normal;
	color:			#444;
	font-size:		24px;
}

a{
	text-decoration:none;
	color:			#666;
}
a:hover{
	text-decoration:underline;
}	

#main{
	
	padding:		16px 8px;
	position:		absolute;
	top:			30%;
	left:			35%;
	margin:			-150px 0 0 -128px;	

	width:			140px;
	height:			88px;
	
	border-top:		#ccc solid 1px;
	border-bottom:	#ccc solid 1px;
}

#img{
	width:			480px;
	height:			224px;
	position:		absolute;	
	left:			172px;
	top:			0;
	background:		url(../coming-soon.jpg);
}

#invitation{
	width:			480px;
	height:			auto;
	position:		absolute;	
	left:			172px;
	top:			240px;
}

.date{
	text-transform:	uppercase;
	font-size:		13px;
	font-style:		italic;
	color:			#444
}