Bootstrap : img-responsive

Bootstrap img-responsive

WellComeBack

Click here for bootstrap.
A bootstrap trial image.
You can set perfectly fit width of your page with img-responsive.
  Codes in the page
-----------------------------------------------
 "<--style>"
  .red-text {
    color: red;
  }

  h2 {
    font-family: Lobster, Monospace;
  }

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

  .thick-teal-border {
    border-color: teal;
    border-width: 10px;
    border-style: solid;
    border-radius: 50%;
  }
  .smaller-image {
    width: 100px;
  }
<-->

<--div class="container-fluid">
  <--h2 class="red-text">WellComeBack<-- h2="">

  <-p>Click here for <-a href="https://www.w3schools.com/bootstrap4/">bootstrap<- a="">.<- p="">
    <-a href="#"><-img alt="A bootstrap trial image." class="img-responsive thick-teal-border" src="https://d85wutc1n854v.cloudfront.net/live/products/600x375/WB0T285MF.png?v=1.5.1"><-br>
<-p>You can set perfectly fit width of your page with <-strong><-i>img-responsive<- i=""><- strong="">.<-br><- p="">

  <-p>Things bootstrap:<- p="">
  <-ul>
    <-li>bad<- li="">
    <-li>useful<- li="">
    <-li>perfect<- li="">
  <- ul="">
  <-p>Bootstrap for design<- p="">
  <-ol>
    <-li>inappropriate<- li="">
    <-li>so so<- li="">
    <-li>wonderful<- li="">
  <- ol="">
  <-form action="#">
    <-input name="i-submit" placeholder="bootstrap" required="" type="text">
    <-button class="btn btn-default" type="submit">Submit<- button="">
  <- form="">
<- div="">
Things bootstrap:
  • bad
  • useful
  • perfect
Bootstrap for design
  1. inappropriate
  2. so so
  3. wonderful

Comments

Popular posts from this blog

Tech Duos For Web Development

CIFAR-10 Dataset Classification Using Convolutional Neural Networks (CNNs) With PyTorch

Long-short-term-memory (LSTM) Word Prediction With PyTorch