Tell us what’s happening:
Hello,
I’m going Bootstrap tutorials on FCC
and parallel creating the same thing on Visual Studio Code
in the my project on VS I have added the bootstrap4 and understood that class=“well” belong to the bootstrap3
does exists the something as “well” class in Bootstrap4?
Your code so far
<div class="container-fluid">
<h3 class="text-primary text-center">jQuery Playground</h3>
<div class="row">
<div class="col-xs-6">
<div class="well"></div>
</div>
<div class="col-xs-6">
<div class="well"></div>
</div>
</div>
</div>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36
.
Link to the challenge:
https://learn.freecodecamp.org/front-end-libraries/bootstrap/create-bootstrap-wells