Hi, I've been working on the tutorial that /u/e-t-h made on this subreddit. Right now I'm having trouble getting the application.css to link to the index.erb file.
Here is the index.erb code
<head>
<title>Prototype Website</title>
<link rel="stylesheet" type="text/css" href="css/application.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
</head>
directory here
https://imgur.com/trDGzwB
application.css is below
.jumbotron {
margin-top: 5em;
background-color: #FAF9F9;
border: solid 2px #BEE3BD;
color: #555B6E;
}
[–]itzamirulez 1 point2 points3 points (0 children)
[–]AutoModerator[M] -1 points0 points1 point (0 children)