Skip to content
Open

Slack #2295

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion starter_code/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<!-- link your styles -->
<link rel="stylesheet" href="./stylesheets/style.css" />

<link rel="icon" type="image/x-icon" href="./images/slack-icon.png">
<link rel="icon" type="image/x-icon" href="./images/slack-logo.png">
<title>Slack is your digital HQ | Slack</title>
</head>

Expand Down
10 changes: 10 additions & 0 deletions starter_code/stylesheets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,13 @@ paragraph yellow: #ECB12F
links blue: #2E71A6
footer links grey: #454245
*/
html{
border: 15px solid black;
border-radius: 15px 10px 15px 10px;
padding: 100px;
margin: 100px;
background-color: white;
}
@media screen and (max-width: 768px){

}