When I load my page , I get an ERROR 403 message.
It seems that the browser cannot access the CSS file,
but in fact i don't have a CSS file.
My style is between the head tag:
GET https://s3-us-west-1.amazonaws.com/strong-lifts-5x5/stylesheet.css
<!DOCTYPE html>
<html lang="en">
<head>
<title> New Responsive design web page </title>
<meta charset="utf-8" />
<link rel="stylesheet" href="stylesheet.css" type="text/css" />
<meta name="viewport" content= "width=device-width , initial-scale = 1.0">
<style>
body {
background-image: url(https://s3-us-west-1.amazonaws.com/strong-lifts-5x5/light-grey+5x5.jpg);
color:#000305;
font-size:89.5%; /* Base font size is 14px*/
font-family: Arial, 'Lucida Sans Unicode';
line-height:1.5;
text-align:left;
width: 99%;
margin: 0 auto;
}
</style>
</head>
stylesheet.css