10 TIPs - To Become a Good Developer/Programmer
Why Join
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
Bhavesh Vankar
1.2k
993
37.2k
Bootstrap Gridllines Center image
Aug 24 2020 7:15 AM
Here is my code i want to do image center but its not align in center i have try all code to do image center but not working please help me in this code...
<div
class
=
"events"
>
<div
class
=
"container"
>
<h3
class
=
"name"
>Vehicles</h3>
<div
class
=
"event-grids"
>
<div
class
=
"col-md-6 event-grid bg-danger"
>
<div
class
=
"event-grid_pic img-hover"
>
<a href=
"/Page/Pagename"
>
<img src=
"/images/Image1.jpg"
class
=
"img-responsive"
alt=
""
/> </a>
<h4
class
=
"text-center"
>Page1</h4>
</div>
</div>
<div
class
=
"col-md-6 event-grid bg-success"
>
<div
class
=
"event-grid_pic img-hover"
>
<a href=
"/Page/Pagename"
>
<img src=
"/images/Image2.jpg"
class
=
"img-responsive"
alt=
""
/>
</a>
<h4>Page2</h4>
</div>
</div>
</div>
</div>
</div>
Reply
Answers (
3
)
In Angular show records matching to search string from 50000 records
Asp.net mvc - how to show rich text without the html tags?