File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="UTF-8 ">
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6+ < link rel ="stylesheet " href ="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css ">
7+ < title > Document</ title >
8+ </ head >
9+ < body >
10+ < div class ="container ">
11+ < div class ="row d-flex ">
12+ < div class ="col-md-3 col-sm-6 py-1 ">
13+ < div class ="justify-content-center text-center " style ="background-color: blue; height: 100px; "> < h1 class ="text-danger " style ="padding-top: 20px; "> 1</ h1 > </ div >
14+ </ div >
15+ < div class ="col-md-3 col-sm-6 py-1 ">
16+ < div class ="justify-content-center text-center " style ="background-color: blue; height: 100px; "> < h1 class ="text-danger " style ="padding-top: 20px; "> 2</ h1 > </ div >
17+ </ div >
18+ < div class ="col-md-3 col-sm-6 py-1 ">
19+ < div class ="justify-content-center text-center " style ="background-color: blue; height: 100px; "> < h1 class ="text-danger " style ="padding-top: 20px; "> 3</ h1 > </ div >
20+ </ div >
21+ < div class ="col-md-3 col-sm-6 py-1 ">
22+ < div class ="justify-content-center text-center " style ="background-color: blue; height: 100px; "> < h1 class ="text-danger " style ="padding-top: 20px; "> 4</ h1 > </ div >
23+ </ div >
24+ </ div >
25+ </ html >
You can’t perform that action at this time.
0 commit comments