wiki:bootstrap:bootstrap_note:bs_grid_basic
                
                                                            
                    
차이
문서의 선택한 두 판 사이의 차이를 보여줍니다.
 
    
    
                        
                    | 양쪽 이전 판
이전 판
다음 판 | 이전 판 | 
                        
                | wiki:bootstrap:bootstrap_note:bs_grid_basic [2021/03/24 09:27] emblim98
 | wiki:bootstrap:bootstrap_note:bs_grid_basic [2023/01/13 18:44] (현재) 
 | 
        
| ====예제==== | ====예제==== | 
| <HTML> | <HTML> | 
|  | <!DOCTYPE html> | 
|  | <html lang="en"> | 
|  |  | 
|  | <head> | 
|  | <meta charset="UTF-8"> | 
|  | <meta http-equiv="X-UA-Compatible" content="IE=edge"> | 
|  | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | 
|  | <title>Bootstrap Example</title> | 
|  | <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"> | 
|  | <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> | 
|  | <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script> | 
|  | </head> | 
|  |  | 
|  | <body> | 
|  |  | 
|  | <div class="container-fluid"> | 
|  | <h1>Hello World!</h1> | 
|  | <p>Resize the browser window to see the effect.</p> | 
|  | <p>The columns will automatically stack on top of each other when the screen is less than 768px wide.</p> | 
|  | <div class="row"> | 
|  | <div class="col-sm-4" style="background-color:lavender;">.col-sm-4</div> | 
|  | <div class="col-sm-8" style="background-color:lavenderblush;">.col-sm-8</div> | 
|  | </div> | 
|  | </div> | 
|  |  | 
|  | </body> | 
|  | </html> | 
| </HTML> | </HTML> | 
|  |  | 
    
     
                    
                                     
                /volume1/web/dokuwiki/data/attic/wiki/bootstrap/bootstrap_note/bs_grid_basic.1616545621.txt.gz · 마지막으로 수정됨: 2022/03/10 19:52 (바깥 편집)