Bootstrap Understanding

Hello members,

Please I want to know if “” should be deleted when I want to use the bootstrap " ```

```" Thanks for your help. ``` ```html .red-text { color: red; }

h2 {
font-family: Lobster, Monospace;
}

p {
font-size: 16px;
font-family: Monospace;
}

.thick-green-border {
border-color: green;
border-width: 10px;
border-style: solid;
border-radius: 50%;
}

.smaller-image {
width: 100px;
}

CatPhotoApp

Click here for cat photos.

A cute orange cat lying on its back.

Things cats love:

  • cat nip
  • laser pointers
  • lasagna

Top 3 things cats hate:

  1. flea treatment
  2. thunder
  3. other cats
Indoor Outdoor Loving Lazy Crazy Submit ```
  **Your browser information:**

User Agent is: Mozilla/5.0 (Linux; Android 11; SM-P615) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.62 Safari/537.36

Challenge: Use Responsive Design with Bootstrap Fluid Containers

Link to the challenge:
https://www.freecodecamp.org/learn/front-end-development-libraries/bootstrap/use-responsive-design-with-bootstrap-fluid-containersPreformatted text

@kingsleyibe66 ,

Kindly let us know what issue you are facing in the code? Share your HTML code as well to help you better

Thank you for your response. The Bootstrap link was added behind the scenes.<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"/>
Also, the link element has <link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet" type="text/css">

I was actually asking to know if there is a need to add the 2 links to my web page. Or Bootstrap link is enough.

Thank you.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.