Search
 
SCRIPT & CODE EXAMPLE
 

HTML

wrapper vs container

<html>
   <head>
      <style>
         .container{
         display:flex;
         flex-direction:column;
         background-color:aliceblue;
         font-size: 14px;
         }
         .wrapper{
         text-align:center;
         background-color: red;
         font-size: 28px;
         }
      </style>
   </head>
   <body>
      <div class="container">
         <div class="wrapper">
            <div class="object-one">Object 1</div>
         </div>
         <div class="object-two">Object 2</div>
      </div>
   </body>
</html>
Comment

PREVIOUS NEXT
Code Example
Html :: a open to other tab 
Html :: http form 
Html :: phaser hello world 
Html :: modal trava bootstrap 
Html :: simple canvas car game 
Html :: order css file 
Html :: Cause Dropbox To Behave Like A CDN (Content Delivery Network) For IMG/GIF Files 
Html :: sms link with body ios and android 
Html :: easyui how to make panel collapsible 
Html :: how to keep audio in the web html 
Html :: axios retreaving index.html code 
Html :: laravel afficher fichier 
Html :: html make ordered list <ol right to left RTL arabic 
Html :: Minnimunu in html inputs 
Html :: Rollup failed to resolve import from "index.html". 
Html :: convert web to application 
Html :: empty label html 
Html :: Apit teks Selamat Datang di Progate dengan tag <h1. 
Html :: audio controls tag html 
Html :: location nearby html 
Html :: html mobile does not show pdf with object 
Html :: mark the workd in html 
Html :: what is the defrence between head and title in html 
Html :: macbook boot in verbose mode 
Html :: how to make an ion-label word wrap 
Html :: error pop writing html 
Html :: change html title 
Html :: How many script tags can you add in a html file? 
Html :: HTML <small Element 
Css :: htaccess for angular 
ADD CONTENT
Topic
Content
Source link
Name
9+5 =