Search
 
SCRIPT & CODE EXAMPLE
 

HTML

how to center a element in a table bootrsap

<div class="container m-con">
<form class="form" data-ng-submit="salvarPartida()">
    <table class="table table-bordered">
        <tr data-ng-repeat="partida in partidas | filter : {fase : fase}">
            <td class="col-sm-4 col-xs-4">
                <div class="row m-row">
                    <div class="col-xs-12 col-sm-4 col-lg-4 col-sm-push-8 text-right">
                        <img src="http://placehold.it/50x50" alt="" height="50"  width="50" />
                    </div>
                    <div class="col-xs-12 col-sm-8 col-lg-8 col-sm-pull-4 m-text text-right">
                        Brazil                           
                    </div>

                </div>
            </td>
            <td class="col-sm-4 col-xs-4">
                <div class="row">
                    <div class="col-xs-6 col-sm-6 col-lg-6">
                        <input type="text" class="form-control" />
                    </div>
                    <div class="col-xs-6 col-sm-6 col-lg-6">
                        <input type="text" class="form-control" />
                    </div>
                </div>                
            </td> 
            <td class="col-sm-4 col-xs-4">
                <div class="row m-row">
                    <div class="col-xs-12 col-sm-4 col-lg-4 text-right">
                        <img src="http://placehold.it/50x50" alt="" height="50"  width="50" />
                    </div> 
                    <div class="col-xs-12 col-sm-8 col-lg-8 m-text text-left">
                        Brazil                           
                    </div>                        
                </div>
            </td>
        </tr>
    </table>
    <button class="btn btn-primary btn-block" type="submit">Salvar</button>        
</form>
</div>
Comment

PREVIOUS NEXT
Code Example
Html :: add submit url to button html 
Html :: justify content align items 
Html :: graphs in html 
Html :: customize appearance of up/down arrows in html number inputs 
Html :: remark asp markup 
Html :: form mvc async 
Html :: html textarea unscalable 
Html :: execute vue ui 
Html :: django html in vscode 
Html :: clearing dist in parcel 
Html :: xss protection 
Html :: add ruby title html erb icon 
Html :: html video tag play button overlay 
Html :: Select with checl box 
Html :: html div horizontal 
Html :: bootstrap input tagsinput 
Html :: session.merge sqlalchemy 
Html :: html text bold 
Html :: simple table in bootstrap 
Html :: h3 html 
Html :: what is jumbotron in bootstrap 
Html :: how to add href of messaGing IN ANCHOR TAG 
Html :: vue does v-html inject html 
Html :: html height percentage not working 
Html :: css without separate file 
Html :: navbar bootstrap 4 
Html :: how to add command in html 
Html :: pass dynamic id in src url 
Html :: html ad 
Html :: theme my login/logout shortcode 
ADD CONTENT
Topic
Content
Source link
Name
1+5 =