mirror of
				https://github.com/Nikotro/First.git
				synced 2025-10-31 22:11:23 +03:00 
			
		
		
		
	Add files via upload
This commit is contained in:
		
							
								
								
									
										265
									
								
								css/style.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										265
									
								
								css/style.css
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,265 @@ | ||||
| body{ | ||||
|     background-color: #fff; | ||||
|     padding: 0; | ||||
|     margin:0; | ||||
|     font-family: 'Lato', sans-serif; | ||||
|     font-size:14pt; | ||||
|     line-height: 1.6; | ||||
| } | ||||
|  | ||||
| a{ | ||||
|     color: #000; | ||||
|     text-decoration: none; | ||||
|  | ||||
| } | ||||
|  | ||||
| .container { | ||||
|     width: 100%; | ||||
|     max-width: 1150px; | ||||
|     margin: 0 auto; | ||||
| } | ||||
|  | ||||
| .welcome | ||||
| { | ||||
|     width: 100%; | ||||
|     height: 30px; | ||||
|     background-color: #d9e1e6; | ||||
|     color: #868f93; | ||||
| } | ||||
| .close { | ||||
|     float: right; | ||||
|     padding-right: 5px; | ||||
|     font-size: 100%; | ||||
|     font-weight: 600; | ||||
| } | ||||
| .welcome_msg | ||||
| { | ||||
|     line-height: 30px; | ||||
|     text-align: center; | ||||
|     font-size: 10pt; | ||||
|     text-transform: uppercase;   | ||||
| } | ||||
|  | ||||
| /*logo line*/ | ||||
|  | ||||
| .logo_line | ||||
| { | ||||
|     height: 97px; | ||||
|     text-transform: uppercase; | ||||
|     color: #000; | ||||
|     display: flex; | ||||
|     justify-content: space-between; | ||||
|     align-items: center; | ||||
| } | ||||
|  | ||||
| .val{ | ||||
|     width: 100%; | ||||
|     max-width: 128px; | ||||
| } | ||||
|  | ||||
| .logo | ||||
| { | ||||
|     font-size: 24px; | ||||
|     font-family: 'Intro demo'; | ||||
| } | ||||
|  | ||||
| .cart{ | ||||
|     line-height: 40px ; | ||||
|     border: 2px solid; | ||||
|     font-size: 12px; | ||||
|     border-color: #ded3aa; | ||||
|     text-align: center; | ||||
|     height:40px; | ||||
|     width: 124px; | ||||
| } | ||||
|  | ||||
| /*link line*/ | ||||
| .link_line{ | ||||
|     line-height: 68px; | ||||
|     text-transform: uppercase; | ||||
|     border-top: 2px solid #ded3aa; | ||||
|     border-bottom: 2px solid #ded3aa; | ||||
| } | ||||
|  | ||||
| .link_content | ||||
| { | ||||
|     display: flex; | ||||
|     justify-content: space-between; | ||||
|     align-items: center; | ||||
|     width: 100%; | ||||
| } | ||||
|  | ||||
| .nav_group | ||||
| { | ||||
|     max-width: 545px; | ||||
|     display: flex;  | ||||
|     justify-content: space-between   ; | ||||
|     align-items: center; | ||||
|  | ||||
| } | ||||
|  | ||||
| .nav_link | ||||
| { | ||||
|     font-size: 12px; | ||||
|  margin: 0 25px; | ||||
| } | ||||
|  | ||||
| .link_content div{ | ||||
|     float: left; | ||||
| } | ||||
|  | ||||
| .icons | ||||
| { | ||||
|     line-height: 28px; | ||||
| } | ||||
|  | ||||
| .heart | ||||
| { | ||||
|     border-right: 1px dotted #999999; | ||||
|     border-right-width: 1px; | ||||
|     padding: 0 14px; | ||||
|      | ||||
| } | ||||
|  | ||||
| .search | ||||
| { | ||||
|     padding: 0 14px; | ||||
| } | ||||
|  | ||||
|  | ||||
| /*main content*/ | ||||
| .main_content | ||||
| { | ||||
|     padding-top: 48px; | ||||
|     display: flex; | ||||
| } | ||||
|  | ||||
|  | ||||
| .main_image | ||||
| { | ||||
|     height: 683px; | ||||
|     width: 657px; | ||||
| } | ||||
|  | ||||
| .alt_images | ||||
| { | ||||
|     display: flex; | ||||
|     flex-direction: row; | ||||
|     width: 146px; | ||||
|     padding-top: 21px; | ||||
|     padding-bottom: 101px; | ||||
|  | ||||
| } | ||||
|  | ||||
| .alt_image | ||||
| { | ||||
|     width: 146px; | ||||
|     height: 170px; | ||||
|     margin-right: 24px; | ||||
|      | ||||
| } | ||||
|  | ||||
| .alt_image:hover | ||||
| { | ||||
|     box-shadow: 1px 1px 1px #cbcdce; | ||||
| } | ||||
|  | ||||
| .exit | ||||
| { | ||||
|     font-size: 14px; | ||||
| } | ||||
|  | ||||
| .text | ||||
| { | ||||
|     margin-left: 29px; | ||||
| } | ||||
|  | ||||
| .product_name h2 | ||||
| { | ||||
|     line-height: 36px; | ||||
|     font-size: 24px; | ||||
|     margin-bottom: 0; | ||||
| } | ||||
|  | ||||
| .review | ||||
| { | ||||
|  | ||||
|     line-height: 25px; | ||||
|     font-size: 14px; | ||||
|     color: #555555; | ||||
| } | ||||
|  | ||||
| .review a | ||||
| { | ||||
|     font-size: 12px; | ||||
|     color: #000; | ||||
| } | ||||
|  | ||||
| .price | ||||
| { | ||||
|     margin-top: 15px; | ||||
|     font-size: 24px; | ||||
|     color:#68899a; | ||||
| } | ||||
|  | ||||
| .inform | ||||
| { | ||||
|     font-size:14px; | ||||
|     line-height: 24px; | ||||
|     margin-top:18px; | ||||
| } | ||||
|  | ||||
| .inform p | ||||
| { | ||||
|     margin: 0 0;     | ||||
| } | ||||
|  | ||||
| .inform a | ||||
| { | ||||
|     color:#68899a; | ||||
| } | ||||
|  | ||||
| .about | ||||
| { | ||||
|     margin-top: 30px; | ||||
|     font-size: 14px; | ||||
|     color: #555555; | ||||
| } | ||||
|  | ||||
| .about ul | ||||
| { | ||||
|         padding-left: 0; | ||||
|         list-style-position: inside; | ||||
| } | ||||
|  | ||||
| .selectors | ||||
| { | ||||
|     display: flex; | ||||
|     flex-direction: row; | ||||
|     justify-content: space-between; | ||||
| } | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| footer | ||||
| { | ||||
|     border-top: 1px solid #e1e1e1; | ||||
|     line-height: 75px; | ||||
|     text-align: center; | ||||
|     color: #b5b5b5; | ||||
|     font-size: 13pt; | ||||
|     font-family: 'Lato'; | ||||
| } | ||||
							
								
								
									
										115
									
								
								index.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										115
									
								
								index.html
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,115 @@ | ||||
| <!DOCTYPE html> | ||||
| <html lang="en"> | ||||
|     <head> | ||||
|         <meta charset="UTF-8"> | ||||
|         <script src="https://kit.fontawesome.com/1559834886.js" crossorigin="anonymous"></script> | ||||
|         <link rel="stylesheet" href="css/style.css"> | ||||
|         <link rel="preconnect" href="https://fonts.googleapis.com"> | ||||
|         <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||||
|         <link href="https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap" rel="stylesheet"> | ||||
|         <link href="http://fonts.cdnfonts.com/css/intro" rel="stylesheet"> | ||||
|         <title>Sale</title> | ||||
|     </head> | ||||
|     <body> | ||||
|          | ||||
|         <header class="header"> | ||||
|             <div class="welcome"> | ||||
|                 <div class="container"> | ||||
|                     <div class="welcome_msg"> | ||||
|                     start selling your products or buy  them from anywhere! <span class="close">×</span> | ||||
|                     </div> | ||||
|                      | ||||
|                 </div> | ||||
|             </div> | ||||
|             <div class="container"> | ||||
|                 <div class="logo_line"> | ||||
|                     <div class="val">USD</div> | ||||
|                     <div class="logo"><h1><b>bonfire</b></h1></div> | ||||
|                     <a href="#" class="cart"><b>cart(3)</b></a> | ||||
|                 </div> | ||||
|             </div> | ||||
|             <div class="link_line"> | ||||
|                 <div class="container"> | ||||
|                     <div class="link_content"> | ||||
|                     <div class="menu">m</div> | ||||
|                         <nav class="nav_group"> | ||||
|                             <a class="nav_link" href="#">home</a> | ||||
|                             <a class="nav_link" href="#">men</a> | ||||
|                             <a class="nav_link" href="#">women</a> | ||||
|                             <a class="nav_link" href="#">lookbook</a> | ||||
|                             <a class="nav_link" href="#">about</a> | ||||
|                             <a class="nav_link" href="#">blog</a> | ||||
|                             </nav> | ||||
|                             <div class="icons"> | ||||
|                                 <div class="heart">h</div> | ||||
|                                 <div class="search">s</div> | ||||
|                             </div> | ||||
|                         </div> | ||||
|                     </div> | ||||
|                 </div> | ||||
|             </header> | ||||
|             <div class="container">     | ||||
|                 <div class="main_content">  | ||||
|                     <div class="photos"> | ||||
|                         <img src="https://d13qso5xfejx18.cloudfront.net/product-media/57Y3/1000/1000/IMG6939.jpg" alt="" class="main_image"> | ||||
|                         <div class="alt_images"> | ||||
|                             <img src="https://d13qso5xfejx18.cloudfront.net/product-media/57Y3/1000/1000/IMG6939.jpg" alt="" class="alt_image"> | ||||
|                             <img src="https://image1.superdry.com/static/images/optimised/zoom/upload9223368955665604291.jpg" alt="" class="alt_image"> | ||||
|                             <img src="https://image1.superdry.com/static/images/optimised/zoom/upload9223368955665604289.jpg" alt="" class="alt_image"> | ||||
|                             <img src="https://image1.superdry.com/static/images/optimised/zoom/upload9223368955665604287.jpg" alt="" class="alt_image"> | ||||
|                         </div> | ||||
|                     </div> | ||||
|                     <div class="text"> | ||||
|                         <a href="#" class="exit">Back to Woman</a> | ||||
|                         <div class="product_name"><h2>The Atelier Tailored Coat</h2></div> | ||||
|                         <div class="review">Star 3 Review(s) | <b><u><a href="#">ADD A REVIEV</a></u></b></div> | ||||
|                         <div class="price"><b>$499.00</b></div> | ||||
|                         <div class="inform"> | ||||
|                             <p><b>Availability :</b> <a href="#">In stock</a></p> | ||||
|                             <p><b>Product Code :</b> <a href="#">#4657</a></p> | ||||
|                             <p><b>Tags :</b> <a href="#">Fashion, Hood, Classic</a></p> | ||||
|                             <div class="about">Sleek, polished, and boasting an impeccably modern fit, this blue, 2-but- | ||||
|                                 ton Lazio suit features a notch lapel, flap pockets, and accompanying flat | ||||
|                                 front trousers—all in pure wool by Vitale Barberis Canonico. | ||||
|                                 <ul> | ||||
|                                 <li>Dark blue suit for a tone-on-tone look</li> | ||||
|                                 <li>Regular fit</li> | ||||
|                                 <li>100% Cotton</li> | ||||
|                                 <li>Free shipping with 4 days delivery</li> | ||||
|                                 </ul>     | ||||
|                             </div> | ||||
|                         </div> | ||||
|                         <div class="selectors"> | ||||
|                             <div class="color"><b>color</b> | ||||
|                             <p><select name="color" size="3"> | ||||
|                                 <option selected value="gray">Gray</option> | ||||
|                                 <option value="black">Black</option> | ||||
|                                 <option value="yellow">Yellow</option> | ||||
|                             </select></p> | ||||
|                             </div> | ||||
|                             <div class="size"><b>size</b> | ||||
|                                 <p><select name="size" size="3"> | ||||
|                                     <option selected value="51">51</option> | ||||
|                                     <option value="54">54</option> | ||||
|                                     <option value="60">60</option> | ||||
|                                 </select></p></div> | ||||
|                             <div class="qty"><b>qty</b> | ||||
|                                 <p><select name="qty" size="3"> | ||||
|                                     <option selected value="1">1</option> | ||||
|                                     <option value="2">2</option> | ||||
|                                     <option value="3">3</option> | ||||
|                                 </select></p></div> | ||||
|                         </div> | ||||
|                         <div class="product_buttons"></div> | ||||
|                         <div class="share"></div> | ||||
|                     </div> | ||||
|                 </div> | ||||
|             </div> | ||||
|          | ||||
|  | ||||
|  | ||||
|     </body> | ||||
|     <footer> | ||||
|         Made with Love & Coffee © 2015 Design Lazy. All Rights Reserved. | ||||
|     </footer> | ||||
| </html> | ||||
		Reference in New Issue
	
	Block a user