IFC thinking problem solving cases

IFC thinking problem solving cases 1. There is a gap at the bottom of inline block (such as img) elements <!DOCTYPE html> <html lang="zh-CH"> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1. ...

Added by Imtehbegginer on Sat, 20 Nov 2021 21:47:16 +0200

Bootstrap 4 -- jumbotron (large screen), information prompt box, button and pagination related knowledge points summary

1, Jumbotron (large screen) 1. Add the. Jumbotron class to the < div > element to create a jumbotron 2. To create a full screen without rounded corners, you can add. container or. container fluid classes to the div in the. Jumbotron fluid class. For example: <div class="jumbotron jumbotron-fluid"> <div class="container"> ...

Added by gersh on Sat, 20 Nov 2021 03:47:50 +0200

web front-end technology notes bootstrap, form regularization and front-end optimization

bootstrap Simple, intuitive and powerful front-end development framework makes web development more rapid and simple. From Twitter, it is one of the most popular front-end frameworks at present. Bootstrap is based on HTML, CSS and JavaScript, making it easier to write code. Mobile first, responsive layout development. bootstrap Chinese we ...

Added by will_1990 on Fri, 19 Nov 2021 20:40:13 +0200

EL expressions and JSTL expressions and cases

brief introduction     1. JSP:          1. Instruction          2. Notes          3. Built in objects      2. MVC development mode      3. EL expression      4. JSTL label      5. Three tier arc ...

Added by gregchet on Fri, 19 Nov 2021 15:44:33 +0200

css some useful knowledge points

  record some css that will be used but not often used. I don't remember these things very reliably. Every time I need to use them, I know what to use, but I don't remember how to write the code. Here's a record to deepen my impression 1, Adaptive layout and responsive layout   first, let's talk about adaptive layout and respons ...

Added by stbalaji2u on Fri, 19 Nov 2021 12:22:27 +0200

Bootstrap [grid layout] [notes]

grid layout Grid layout is used for page allocation in the Bootstrap framework. Its function is mainly to make responsive pages, which can adapt to our mobile phones, PIDs, computers and computers with larger screens. You only need to make one page to adapt to these four situations. It's very convenient. Compared with what we talked about bef ...

Added by irn3rd on Fri, 12 Nov 2021 19:02:59 +0200

flex flexible layout knowledge points

preface Study hard and remember these attributes, which will be of great use in the future. Tip: the following is the main content of this article. The following cases can be used for reference 1, flex flexible layout Layout principle: Flex is the abbreviation of flexible Box, which means "elastic layout". It is used to pr ...

Added by deezin on Sat, 06 Nov 2021 13:15:34 +0200

Factory pattern C + + implementation of design pattern

Refer to the book Head First design pattern Reference article: Design pattern: summary and difference of simple factory, factory method and abstract factory_ superbeck's column - CSDN blog_ Simple factory pattern, factory method pattern, abstract factory pattern, simple factory, factory method and abstract factory all belong to the creation pa ...

Added by sawade on Sat, 06 Nov 2021 02:04:14 +0200

Block, div model, css border, selector, some css attributes

Block: HTML statements can be divided into inline, block and inline block; Single, double; Inline element: not exclusive to one line (feature) <span style="background-color:#dadada"><span style="color:#1f0909"> <span style="color:#117700"><</span><span style="color:#117700">span</span><span style= ...

Added by samUK on Fri, 05 Nov 2021 23:14:57 +0200

Integration of SSM framework and rapid development of CRUD project - query

Integration of SSM framework and rapid development of CRUD project The learning content of this article is from the video of Shang Silicon Valley Shang Silicon Valley SSM practice - SSM integration and rapid development CRUD_ Beep beep beep_ bilibili query We hope to make the home page into the following effect for a little analysis. We ...

Added by davidmuir on Tue, 02 Nov 2021 04:25:18 +0200