Prev Demo
Grid With Small Devices With 25 And 75 % Split
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" rel="stylesheet" /> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script> </head> <body> <div class="container"> <div class="row"> <div class="col-sm-3" style="background-color:pink;"> dotnetfunda is an online we bsite for learn and share the .net technologies with each other, techfunda is an online website for learning .net step by step </div> <div class="col-sm-9" style="background-color:green;"> dotnetfunda is an online we bsite for learn and share the .net technologies with each other, techfunda is an online website for learning .net step by step </div> </div> </div> </body> </html>
Note: We DO NOT save your trial code in our database.
Output