Skip to content

Instantly share code, notes, and snippets.

Created December 18, 2015 16:29
Show Gist options
  • Select an option

  • Save anonymous/2507682585a9da631073 to your computer and use it in GitHub Desktop.

Select an option

Save anonymous/2507682585a9da631073 to your computer and use it in GitHub Desktop.
<!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