Bootstrap : img-responsive
WellComeBack
Click here for bootstrap.
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">-img>-a><-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="">->->->-button>-input>-form>->->-li>->-li>->-li>-ol>->-p>->->-li>->-li>->-li>-ul>->-p>->-br>->->-i>-strong>-p>-br>->->-a>-p>-->--h2>--div>-->--style>
Things bootstrap:- bad
- useful
- perfect
- inappropriate
- so so
- wonderful
Comments