Facebook
From kriskros, 7 Years ago, written in HTML5.
Embed
Download Paste or View Raw
Hits: 258
  1. <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication4.WebForm1" %>
  2.  
  3. <!DOCTYPE html>
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml">
  6. <head runat="server">
  7.     <link href="style.css" rel="stylesheet" />
  8.     <title></title>
  9. </head>
  10.     <form id="form1" runat="server">
  11.     <div id="container">
  12.        
  13.        
  14.        
  15.          <div class="rectangleBigger">
  16.            
  17.               <div class="square">maly kwadrat1</div>
  18.                 <div class="rectangle"> prostokat1</div>
  19.               <div class="square">maly kwadrat2</div>
  20.            
  21.              <div style="clear:both;"></div>
  22.        
  23.        </div>
  24.        
  25.        
  26.         <div class="rectangleBigger">
  27.  
  28.             <div class="squareDashed">maly kwadrat3</div>
  29.                 <div class="rectangle"> prostokat2</div>
  30.               <div class="squareDashed">maly kwadrat4</div>
  31.            
  32.              <div style="clear:both;"></div>
  33.  
  34.  
  35.  
  36.         </div>
  37.         <div class="rectangleBigger"></div>
  38.  
  39.         <div style="clear:both;"></div>
  40.    
  41.    
  42.     </div>
  43.     </form>
  44. </body>
  45. </html>
  46.