Guest User

Untitled

a guest
Nov 16th, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.73 KB | None | 0 0
  1. *** CSS FILE ***   
  2.  
  3. #Tableau_01 {
  4.    
  5.  
  6. width:1980px;
  7.  
  8.  
  9.  
  10.  
  11.  
  12. }
  13.  
  14. #Newhome-01_ {
  15.  
  16.     float:left;
  17.     width:495px;
  18.     height:643px;
  19.     background-image:url('../images/Newhome_01.jpg');
  20.     background-repeat:no-repeat;
  21.  
  22. }
  23.  
  24. #Newhome-02_ {
  25.     float:left;
  26.     width:561px;
  27.     height:91px;
  28.     background-image:url('../images/Newhome_02.jpg');
  29.  
  30. }
  31.  
  32. #Newhome-03_ {
  33.     float:left;
  34.     width:419px;
  35.     height:91px;
  36.     background-image:url('../images/Newhome_03.jpg');
  37.    
  38. }
  39.  
  40. #Newhome-04_ {
  41.     overflow:hidden;
  42.     float:left;
  43.     width:505px;
  44.     height:643px;
  45.     background-image:url('../images/Newhome_04.jpg');
  46.     background-repeat:no-repeat;
  47. }
  48.  
  49. #Newhome-05_ {
  50.     clear:both;
  51.     width:980px;
  52.     height:41px;
  53.     background-image:url(../images/Newhome_05.jpg);
  54. }
  55.  
  56. #Newhome-06_ {
  57.    
  58.     float:left;
  59.     width:187px;
  60.     height:255px;
  61.     background-image:url(../images/Newhome_06.jpg);
  62. }
  63.  
  64. #Newhome-07_ {
  65.         float:left;
  66.  
  67.     width:187px;
  68.     height:255px;
  69.     background-image:url(../images/Newhome_07.jpg);
  70. }
  71.  
  72. #Newhome-08_ {
  73.         float:left;
  74.  
  75.     width:187px;
  76.     height:255px;
  77.     background-image:url(../images/Newhome_08.jpg);
  78. }
  79.  
  80. #Newhome-09_ {
  81.     float:left;
  82.     width:419px;
  83.     height:511px;
  84.     background-image:url(../images/Newhome_09.jpg);
  85. }
  86.  
  87. #Newhome-10_ {
  88.        
  89.     clear:both;
  90. float:left;
  91.  
  92.     width:187px;
  93.     height:256px;
  94.     background-image:url(../images/Newhome_10.jpg);
  95. }
  96.  
  97. #Newhome-11_ {
  98. float:left;
  99.  
  100.     width:187px;
  101.     height:256px;
  102.     background-image:url(../images/Newhome_11.jpg);
  103. }
  104.  
  105. #Newhome-12_ {
  106.     float:left;
  107.  
  108.     width:187px;
  109.     height:256px;
  110.     background-image:url(../images/Newhome_12.jpg);
  111. }
  112.  
  113. #Newhome-13_ {
  114.    
  115.     left:0px;
  116.     top:643px;
  117.     width:495px;
  118.     height:923px;
  119.     background-color:(#ffffff);
  120. }
  121.  
  122. #Newhome-14_ {
  123.    
  124.     left:495px;
  125.     top:643px;
  126.     width:980px;
  127.     height:923px;
  128.     background-color:(#ffffff);
  129. }
  130.  
  131. #Newhome-15_ {
  132.    
  133.     left:1475px;
  134.     top:643px;
  135.     width:505px;
  136.     height:923px;
  137.     background-color:(#ffffff);
  138. }      
  139.  
  140.  
  141.  
  142. *** HTML FILE ***
  143.  
  144. <div id="Tableau_01">
  145.    
  146.  
  147.     <div style="height:643px;">
  148.    
  149.     <div style="width:100%;">
  150.    
  151.     <div id="Newhome-01_"></div></div>
  152.    
  153.    
  154.     <div style="width: 980px; height:643px; float:left;">
  155.    
  156.    
  157.     <div style="width: 980px;">
  158.     <div id="Newhome-02_">1</div>
  159.     <div id="Newhome-03_">2</div>
  160.     </div>
  161.    
  162.    
  163. <div id="Newhome-05_">3</div>
  164.  
  165.  
  166.  
  167. <div style="clear:both;width: 561px; float:left;">
  168.    
  169.     <div style="width: 561px;">
  170.     <div id="Newhome-06_"></div>
  171.     <div id="Newhome-07_"></div>
  172.     <div id="Newhome-08_"></div>
  173.     </div>
  174.  
  175.     <div style="clear:both;">
  176.     <div id="Newhome-10_"></div>
  177.     <div id="Newhome-11_"></div>
  178.     <div id="Newhome-12_"></div>
  179.     </div>
  180.    
  181.     </div>
  182.    
  183.    
  184.     <div id="Newhome-09_"></div>
  185.    
  186.    
  187.     </div>
  188.     <div style="width:100%;">
  189.     <div id="Newhome-04_"></div>
  190. </div>
  191. </div>
  192.  
  193.     </div>
Add Comment
Please, Sign In to add comment