h5- multi-column layout

 1 <!DOCTYPE html>
 2 <html lang="en">
 3 <head>
 4     <meta charset="UTF-8">
 5     <title>Title</title>
 6     <style>
 7         .wrapper{
 8             width: 100%;
 9             padding: 20px;
10             box-sizing: border-box;
11              / * set up multiple column layout * / 
12              / * 1. Set the number of columns * / 
13 is              column-COUNT : . 3 ; 
14              / * Add the gap pattern between the columns, and add the same border style * / 
15              column-rule : Red 3px Dashed ; 
16              / * set the gap size column * / 
. 17              column-gAP : 50px ; 
18 is              / * set the column width
 19              principle: take a large priority
 20              1. If it is considered larger set width, then take a larger value, but will fill the entire screen, means that the width of the width may also be larger than the final set --- fill the screen
 21              2. If you think a smaller set width, the width calculated using the default * / 
22             column-width : 300px by ; 
23 is  
24          } 
25          H4 { 
26 is              / * set across columns show * / 
27              column-span : All ; 
28          } 
29      </ style > 
30  </ head > 
31 is  < body > 
32  < div class = " warpper " > 
33 is      < H4 > 
34 is          love watched
 35      </ H4 > 
36       The last class before graduation, the teacher told the students: "I look at you."
 37  
38        about to say goodbye, the teachers give up, to "look at." Yes ah, way of life so long, but the teacher can accompany the students walked, after all, only a section of the road. This section is hard, preaching, Tuition, doubts, all must pass through this road. Teacher to teach all the students, so that students from ignorance to knowledge of; to guide students to the right, so that students learn not only knowledge, but also to establish a correct outlook on life and values; doubly care to the students, so that students feel that they not only in the acquisition of knowledge and truth, but also in getting the teacher's love.
39  
40        "holding a heart, without a half of grass to" This is Mr. Tao's famous people famous educator, Mr. Tao so, so the figure of the teacher, the teacher who did this world in this way. But also because of the hearts, only the "I look at you" share of sadness.
41 is  
42 is        , of course, in addition to sadness, and hope.
43  
44        As shown in the teacher of the students said the phrase: "You look at reading."
 45  
46        For the teacher, the student is about to wave goodbye. Teachers hope that students look at the reading, the word is short love long: Look reading, students can be more proficient in the knowledge to better cope with exams, more robustly take a good future path.
47  
48        teachers and a return, the students will eventually have to travel, the teacher can give them, is sad, is hope, is a full watched love.
49  
50       Watched so full of love, I must have had, unfortunately, when I have never had strong feelings too, for many years until graduation, only to enjoy the memories. For example, I go back home in the Northeast after graduating from college to visit relatives when the primary school teacher far to see me and call my name, say that they could see was the back of what they have taught the students, said these words, eyes full head teacher It is sincere.
51  
52        After that I ask myself, if I saw the teacher back, I can recognize it? I'm afraid not. For example, my junior high school language teacher for many years after the Trustee about my cell phone number, to contact me, I just want to know how was she said she would be proud of me, and I do? Language teacher received a telephone that moment, I addition to moving more of a shame that I could have the same teacher for care? For all these, it should be the one "when people say that unusual," the teacher of us that love, that sadness and hope, always after, respectively, was the perception.
53  
54        teachers know that, respectively, when they watched that a love of the students.
55  
56        teachers do not know, after, respectively, and they are or will eventually become a scenic students love hearts, as time eternal.
57  
58        Today, this figure because of a love watched, it makes me want to say to my teacher who taught sentence: "! Please let me look at reading, please let me see your"
 59  </ div > 
60  </ body > 
61 is  </ HTML >

Renderings:

 

Guess you like

Origin www.cnblogs.com/FengBrother/p/11390378.html