Wednesday, 21 June 2017

15.06.2017.

Friday.




freecodecamp

HTML & CSS


In css


⟹In line styles are override to class,id elements.
But id element is override the class element.

⟹Then there's one way to override to this two ways. This the most powerful method of all.That is use !important.

⟹we use this !important we override the inline,id,class elements.

Example :-

color: red !important;


⟹Bootstrap will figure out how wide your screen is and respond by resizing your HTML elements thats called Responsive design.


⟹With responsive design, there is no need to design a mobile version of your website. It will look good on devices with screens of any width.


⟹ou can add Bootstrap to any app by adding the following code to the top of your
HTML

<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css"/>
 





⟹<button class="btn">submit</button>
we input this type of button.It is takes submit word length.

⟹But we called this way

<button class="btn btn-block">submit</button>

⟹The button takes up 100% of the available width.


⟹text-primary

⟹img-responsive

⟹<span></span>


<i class="fa fa-info-circle"></i>

No comments:

Post a Comment

Machine Learning Annotation Introduction

Data annotation in Machine Learning is the process of annotating/ labeling data to categorize the dataset to identify by ML models. It can b...