Skip to content

Instantly share code, notes, and snippets.

Created December 18, 2015 16:29
<!DOCTYPE html>
<html>
<head>
<title>Salon Samochodowy</title>
<link rel="stylesheet" type="text/css" href="ProjektPHP/StyleSheet.css"/>
<style>
body {background-color: lightgrey;}
text-align:center;
</style>
</head>
//this up is index
and this down is StyleSheet.css
body
{ background-color: lightgrey;
text-align:center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment