Advertisement
GWibisono

Soal 1: jawaban 1

Apr 25th, 2012
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.71 KB | None | 0 0
  1. <style>
  2. #container {   
  3.     background-color:#FFF; 
  4.     min-height:100px;  
  5.     border-bottom-right-radius:10px;
  6.     border-bottom-left-radius:10px;
  7.     border-top-right-radius:10px;
  8.     border-top-left-radius:10px;
  9.     -moz-box-shadow: 0 0 5px #333;
  10.     -webkit-box-shadow: 0 0 5px #333;
  11.     box-shadow: 0 0 5px  #333;
  12. }
  13.  
  14. .kiri{
  15.     float:left;
  16.     width:400px;
  17.     margin:10px;
  18. }
  19. .kanan{
  20.     float:right;
  21.     width:400px;
  22.     margin:10px;
  23. }
  24.  
  25. .clearfix{
  26. clear:both;
  27. }
  28. </style>
  29.  
  30. <div id='container' style='margin:auto; width:940px;'>
  31.     <div class='kiri'>???
  32.     PHP is one of the most widely used open-source server-side scripting languages that exist today. With over 20 million indexed domains using PHP, including major websites like Facebook, Digg and WordPress, there are good reasons why many Web developers prefer it to other server-side scripting languages, such as Python and Ruby.
  33.     <p>
  34.     PHP is faster (updated), and it is the most used scripting language in practice; it has detailed documentation, a huge community, numerous ready-to-use scripts and well-supported frameworks; and most importantly, it’s much easier to get started with PHP than with other scripting languages (Python, for example). That’s why it makes perfect sense to provide the huge community of PHP developers with an overview of useful tools and resources that can make their development process easier and more effective.
  35.     <p>
  36.     This post presents 50 useful PHP tools that can significantly improve your programming workflow. Among other things, you’ll find a plethora of libraries and classes that aid in debugging, testing, profiling and code-authoring in PHP.<br>
  37.     </div>
  38.     <div class='kanan'>
  39.     tulisan kanan
  40.     </div>
  41. <div class="clearfix"></div> <!--- perubahannya -->
  42. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement