Advertisement
Raihanulkarim5

html 02

Aug 21st, 2017
896
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.47 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <title>Cricket Classic</title>
  5.         <link href="style.css" rel="stylesheet" type="text/css">
  6.     </head>
  7.     <body>
  8.         <div Class="header widthh">
  9.             <div class="logo">
  10.             <img src="top_cricket_classic_round_sticker-r596e3cc1eb4d41b69199850da8d6f55e_v9waf_8byvr_324.jpg"/>
  11.             <h2>Cricket Classic</h2>
  12.             </div>
  13.             <div class="social">
  14.                 <a href="www.fb.com"><img src="icontexto-inside-facebook.png"/></a>
  15.                 <a href="www.gmail.com"><img src="Cracked-Google-Logo-psd102670.png"/></a>
  16.                 <a href="www.twitter.com"><img src="cracked-twitter.png"/></a>
  17.                 <a href="www.instagram.com"><img src="hqdefault.jpg"/></a>
  18.             </div>
  19.         </div>
  20.        
  21.         <div class="nav widthh">
  22.             <ul>
  23.                 <li><a href="#">Home</a>
  24.                    
  25.                 </li>
  26.                 <li><a href="#">About</a></li>
  27.                 <li><a href="#">News&Events</a></li>
  28.                 <li><a href="#">Team</a></li>
  29.                 <li><a href="#">Contact us</a></li>
  30.             </ul>
  31.            
  32.         </div>
  33.        
  34.         <div class="slider widthh">
  35.             <p>AB De Villiers</p>
  36.         </div>
  37.        
  38.         <div class="posts widthh">
  39.             <h2>News</h2>
  40.             <div class="post">
  41.                 <p>AB de Villiers is the nicest guy in world cricket. Even when the press corps are frothing at the mouth,
  42.                 he will politely greet and he always has time for a chat.
  43.                 But, just like that advert from yonks ago where a gentleman takes issue with somebody describing his car as nice,
  44.                 it’s not really a word you want attached to the captain of a professional team</p>
  45.             </div>
  46.             <div class="post">
  47.                 <p>A cup of tea is a nice. A captain? He should be a proper bastard.
  48.                     In the aftermath of South Africa’s embarrassing exit from
  49.                     the Champion’s Trophy over the weekend, De Villiers
  50.                     insisted that he’s staying put. When asked in the press conference why he wants to continue doing the job of captain,
  51.                     he was nice about it.
  52.                 </p>
  53.             </div>
  54.             <div class="post">
  55.                 <p>De Villiers alone cannot be held
  56.                     accountable for this. Cricket South Africa should not allow players
  57.                     – no matter how good they are – to treat tours as an advertising
  58.                     buffet for his bat sponsor. It sets a bad precedent and creates
  59.                     disharmony –
  60.                     both within the camp and from the fans
  61.                    
  62.                 </p>
  63.             </div>
  64.            
  65.         </div>
  66.            
  67.         <div class="Gallery widthh">
  68.             <div class="photo">
  69.                 <h3>Photos</h3>
  70.                 <img src="images.jpg"/>
  71.                 <img src="imagFes.jpg"/>
  72.                 <img src="S3HeQaKZ_400x400.jpg"/>
  73.                 <img src="EGRG.JPG"/>
  74.             </div>
  75.             <div class="Videogallery">
  76.                 <h3>Videos</h3>
  77.                 <video src="AB de Villiers fastest 100 of all time.mp4"controls/>
  78.             </div>
  79.         </div>
  80.        
  81.         <div class="footer widthh">
  82.             <div class="copyright">
  83.                 <h3>Cricket Classsic</h3>
  84.                 <p>COPYRIGHTS &copy;2017</p>
  85.             </div>
  86.             <div class="Menu">
  87.                 <h3>Useful Info</h3>
  88.                 <ul>
  89.                     <li><a href="#">Contact Information</a></li>
  90.                     <li><a href="#">Commercial Partners</a></li>
  91.                     <li><a href="#">Publication</a></li>
  92.                     <li><a href="#">Cricket Museum</a></li>
  93.                     <li><a href="#"></a>Careers</li>
  94.                 </ul>
  95.            
  96.             </div>
  97.             <div class="Menu">
  98.                 <h3>Stats Archive</h3>
  99.                 <ul>
  100.                     <li><a href="#">Seasons</a></li>
  101.                     <li><a href="#">Players</a></li>
  102.                     <li><a href="#">Grounds</a></li>
  103.                     <li><a href="#">Records</a></li>
  104.                    
  105.                 </ul>
  106.            
  107.             </div>
  108.             <div class="Menu">
  109.                 <h3>Contact Info</h3>
  110.                 <p>MD. Raihanul Karim.IBCS-Primax soft(BD) ltd.</p>
  111.                 <p>Email: raihanulkarim5@gmail.com</p>
  112.             </div>
  113.            
  114.         </div>
  115.     </body>
  116.  
  117.  
  118. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement