html

Data utworzenia: 2025-04-15 07:11:50
<!DOCTYPE html> <html lang="pl"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="stylesheet" href="style.css" /> <title>fotoART</title> <script src="https://kit.fontawesome.com/2775b3e18c.js" crossorigin="anonymous"></script> </head> <body> <!-- tu bedzie nav header main footer --> <!-- .container>.nav+header+main+footer --> <div class="container"> <nav> <div class="lewy"> <i class="fa-solid fa-camera"></i> <span>Foto Art</span> </div> <div class="prawy"> <ul> <li><a href="#" target="_blank">Strona Główna</a></li> <li><a href="#" target="_blank">O nas</a></li> <li><a href="#" target="_blank">Galeria</a></li> <li><a href="#" target="_blank">Kontakt</a></li> </ul> </div> </nav> <header> <!-- h1>{Studio Fotograficzne fotoART} --> <h1> Studio Fotograficzne FotoART </h1> </header> <main> <section class="section1"> <!-- .image.image$*6 --> <div class="image image1"><div class="image_text">piesek</div></div> <div class="image image2"><div class="image_text">drink</div></div> <div class="image image3"><div class="image_text">szpider</div></div> <div class="image image4"><div class="image_text">RARARA</div></div> <div class="image image5"><div class="image_text">BMW</div></div> <div class="image image6"><div class="image_text">WolF</div></div> </section> <section class="section2"> <h1 class="Hj">Witaj!</h1> <div class="tekst">Lorem ipsum dolor sit amet consectetur adipisicing elit. Incidunt laboriosam possimus sed sit porro, ducimus exercitationem impedit distinctio sint in ex cere culpa aliquam quidem. Fugit velit recusandae iure eveniet perspiciatis commodi fugiat. Ad molestias modi mollitia numquam veritatis exercitationem ab possimus delectus vel culpa facilis eos quis dolorem similique tempora, totam aperiam quasi praesentium voluptas, quam deserunt est qui. Magni impedit officia ducimus?</div> </section> <section class="section3"> <div class="card"> <img src="./50cent.jpg" alt="cent" class="card-img"> <div class="card-body"> <h5>50 Cent</h5> <p>Many men, wish death upon me Blood in my eye dawg and I can't see I'm trying to be what I'm destined to be And niggas trying to take my life away I put a hole in a nigga for fucking with me My back on the wall, now you gon' see Better watch how you talk, when you talk about me 'Cause I'll come and take your life away Many men, many, many, many, many men Wish death upon me Lord I don't cry no more Don't look to the sky no more Have mercy on me</p> </div> </div> <div class="card"> <img src="./popek.jpg" alt="pop" class="card-img"> <div class="card-body"> <h5>Pop smoke</h5> <p>Dread Woo, nigga, the fuck nigga? Fuck is wrong with niggas? Niggas don't really be on shit (Beat by Yamaica Productions, baby) Niggas gonna be fuckin' broke, nigga 09 to the fuckin' Swish, nigga We see niggas in traffic, nigga Then Ricky run, nigga, yeah Suck my dick, nigga To all the fuckin' opps (They know the vibes, nigga) You know what's up, nigga, gang (Don't fuck around) (Woo), look I make it rain on whoever (Uh) I make it rain, that Woo weather</p> </div> </div> <div class="card"> <img src="./50cent.jpg" alt="pop" class="card-img"> <div class="card-body"> <h5>50 Cent</h5> <p>Many men, wish death upon me Blood in my eye dawg and I can't see I'm trying to be what I'm destined to be And niggas trying to take my life away I put a hole in a nigga for fucking with me My back on the wall, now you gon' see Better watch how you talk, when you talk about me 'Cause I'll come and take your life away Many men, many, many, many, many men Wish death upon me Lord I don't cry no more Don't look to the sky no more Have mercy on me</p> </div> </div> </section> </main> <footer></footer> </div> </div> </body> </html>
Powrót