Build a copycat of Slack using the techniques you have learned in this morning's lecture, and previous lectures.
For this challenge you can use both your own css and Bootstrap, as in the head
we have both:
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
For this challenge the components you need are:
sidebars.css
badges.css
channels.css
messages.css
(for the individual.message
design )chat.css
(the white section where the.message
will be placed + theinput
to write a message.)
And you will have one layout
:
slack.css
(for the general layout structure of the page).