Amazon S3 static website doesn't serve css or js files
The reason is, amazon S3 sets the content-type of css
files to binary/octet-stream
, follow this tutorial to solve this issue.
You need to select your css file and then from the Properties tab click on Metadata. This is to assign optional metadata to the object as a name-value pair. The Content-Type key must have the Value text/css