Obramowanie czcionki CSS

Obramowanie czcionki CSS

Obramowanie czcionki CSS to technika stosowana do tworzenia zarys przypominający granicę wokół znaków tekstu HTML. Technikę tę stosuje się w celu zwiększenia widoczności lub dodania efektu dekoracyjnego do tekstu. Można to osiągnąć za pomocą właściwości text-stroke, która pozwala dostosować wygląd tekstu poprzez dodanie wokół niego ramki.

Jak zastosować obramowanie czcionki w CSS

Istnieją dwie metody stosowania obramowań czcionek do elementów tekstowych w formacie HTML:

Spis treści

Przyjrzyjmy się szczegółowo właściwościom CSS i dowiedzmy się, w jaki sposób są one wykorzystywane do umieszczania obramowań tekstu w formacie HTML.

Korzystanie z właściwości cienia tekstu

The Właściwość cienia tekstu w CSS dodaje efekt cienia do tekstu, zapewniając głębię i podkreślenie. Pobiera parametry przesunięcia poziomego i pionowego, promienia rozmycia i koloru, umożliwiając projektantom tworzenie różnych efektów cieni tekstowych w celu poprawy atrakcyjności wizualnej.

Składnia:

text-shadow: h-shadow v-shadow blur-radius color; 

Wartości nieruchomości :

właściwość text-shadow przyjmuje wiele wartości, niektóre z nich są wymienione w poniższej tabeli.

Wartość nieruchomości Opis
h-shadow> Ustawia poziomy cień wokół tekstu.
v-shadow> Ustawia cień pionowy wokół tekstu.
blur-radius> Ustawia promień rozmycia wokół cienia tekstu.
color> Ustawia kolor cienia tekstu.
none> Nie ustawia niczego wokół tekstu (bez cienia).
initial> Ustawia cień tekstu na domyślną wartość początkową.
inherit> Dziedziczy wartości właściwości z elementu nadrzędnego.

Wartość zwracana:

Zwraca obramowanie/cień czcionki wokół tekstu.

Przykłady obramowania czcionki

Przykład 1: W tym przykładzie użyto właściwości text-shadow do utworzenia cienia tekstu.

HTML
       Tytuł właściwości cienia tekstu CSS> <style>h1 {cień tekstowy: 0 0 3px #FF0000, 0 0 5px #0000FF; } styl> głowa> <body>  <h1>techcodeview.comh1> treść> html> </pre>  </code>  <p dir='ltr'>  <b>  <strong>Wyjście: </strong>  </b>  <span>  </span> </p>  <img src='//techcodeview.com/img/picked/01/css-font-border.webp' alt='cień tekstu CSS'> <p dir='ltr'>  <b>  <strong>Przykład 2: </strong>  </b>  <span>W tym przykładzie użyto właściwości Text-Shadow do utworzenia tekstu obramowanego. </span> </p>HTML <code>  <pre> <!DOCTYPE html>  <html>  <head>  <title>Tytuł właściwości cienia tekstu CSS> <!-- Style to use text-shadow property -->  <style>.GFG { kolor: biały; rozmiar czcionki: 50px; tekst-cień: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000; } styl> głowa> <body>  <p>techcodeview.comp> treść> html> </pre>  </code>  <p dir='ltr'>  <b>  <strong>Wyjście: </strong>  </b>  </p>  <img src='//techcodeview.com/img/picked/01/css-font-border-2.webp' alt='tekst obramowany CSS'> <h2 id='using-textstroke-property'>  <b>  <strong>Korzystanie z właściwości obrysu tekstu </strong>  </b>  </h2> <p dir='ltr'> <span>The </span>  <span>Właściwość obrysu tekstu </span>  <span>służy do dodawania obrysu do tekstu. Tej właściwości można użyć do zmiany szerokości i koloru tekstu. Ta właściwość jest obsługiwana przy użyciu przedrostka -webkit-. </span> </p>  <p dir='ltr'>  <b>  <strong>Składnia: </strong>  </b>  </p>  <pre>-webkit-text-stroke: width color; </pre> <h3>  <b>  <strong>Przykład </strong>  </b>  </h3> <p dir='ltr'> <span>W tym przykładzie użyto właściwości obrysu tekstu do utworzenia tekstu obramowanego. </span> </p>HTML <code>  <pre> <!DOCTYPE html>  <html>  <head>  <title>Tytuł właściwości obrysu tekstu CSS> <!-- Style to use text-stroke property -->  <style>.GFG { kolor: biały; rozmiar czcionki: 50px; -szerokość obrysu tekstu-webkit: 1px; -kolor-obrysu tekstu-webkit: czarny; } styl> głowa> <body>  <p>techcodeview.comp> treść> html> </pre>  </code>  <p dir='ltr'>  <b>  <strong>Wyjście: </strong>  </b>  <span>  </span> </p>  <img src='//techcodeview.com/img/picked/01/css-font-border-3.webp' alt=''> <p dir='ltr'>  <b>  <strong>Obsługiwana przeglądarka: </strong>  </b>  </p>  <ul> <li value='1'>  <span>GoogleChrome </span>  <span>1 </span> </li> <li value='2'>  <span>Krawędź </span>  <span>  </span>  <span>12 </span> </li> <li value='3'>  <span>Firefoksa </span>  <span>1 </span> </li> <li value='4'>  <span>Opera </span>  <span>3.5 </span> </li> <li value='5'>  <span>Safari </span>  <span>1 </span> </li> </ul> <p dir='ltr'> <span>CSS jest podstawą stron internetowych i służy do tworzenia stron internetowych poprzez stylizowanie stron internetowych i aplikacji internetowych. Możesz nauczyć się CSS od podstaw, postępując zgodnie z tym </span>  <span>Samouczek CSS </span>  <span>I </span>  <span>Przykłady CSS </span>  <span>. </span> </p>  <br>  <br>
                     </div>

                     <!-- Article Footer with Prominent Share Buttons -->
                     <div class="px-6 md:px-8 py-8 bg-slate-50 dark:bg-slate-900/50 border-t border-slate-200 dark:border-slate-700/50">
                          <div class="flex flex-col sm:flex-row items-center justify-between gap-6">
                              <h4 class="text-base font-bold text-slate-700 dark:text-slate-300 uppercase tracking-wide flex items-center gap-2">
                                 <i class="fa fa-share-alt text-tech-500"> </i>
                                Udział                              </h4>
                             
                              <div class="flex flex-wrap justify-center gap-3">
                                 <!-- Twitter -->
                                 <a href="https://twitter.com/intent/tweet?text=Obramowanie czcionki CSS&url=https://www.techcodeview.com/pl/css-font-border" 
                                   target="_blank" rel="noopener noreferrer" 
                                   class="flex items-center gap-2 px-6 py-3 rounded-xl bg-[#1DA1F2]/10 text-[#1DA1F2] hover:bg-[#1DA1F2] hover:text-white transition-all duration-300 font-bold text-sm">
                                     <i class="fa fa-twitter text-lg"> </i>
                                     <span class="hidden sm:inline">Twitter </span>
                                 </a>

                                 <!-- Facebook -->
                                 <a href="https://www.facebook.com/sharer/sharer.php?u=https://www.techcodeview.com/pl/css-font-border" 
                                   target="_blank" rel="noopener noreferrer"
                                   class="flex items-center gap-2 px-6 py-3 rounded-xl bg-[#4267B2]/10 text-[#4267B2] hover:bg-[#4267B2] hover:text-white transition-all duration-300 font-bold text-sm">
                                     <i class="fa fa-facebook text-lg"> </i>
                                     <span class="hidden sm:inline">Facebook </span>
                                 </a>
                                
                                 <!-- LinkedIn -->
                                 <a href="https://www.linkedin.com/shareArticle?mini=true&url=https://www.techcodeview.com/pl/css-font-border&title=Obramowanie czcionki CSS" 
                                   target="_blank" rel="noopener noreferrer"
                                   class="flex items-center gap-2 px-6 py-3 rounded-xl bg-[#0077b5]/10 text-[#0077b5] hover:bg-[#0077b5] hover:text-white transition-all duration-300 font-bold text-sm">
                                     <i class="fa fa-linkedin text-lg"> </i>
                                     <span class="hidden sm:inline">LinkedIn </span>
                                 </a>
                              </div>
                          </div>
                     </div>
                </article>

                <!-- Comments Placeholder / Random Articles -->
                <div class="mt-8 bg-white dark:bg-slate-800 border border-slate-200 dark:border-slate-700 rounded-xl p-6 md:p-8 shadow-sm">
                     <h3 class="text-xl font-bold text-slate-900 dark:text-white mb-6 uppercase tracking-wide border-b border-slate-200 dark:border-slate-700 pb-2">
                        Może Ci Się Spodobać                     </h3>
                     <div class="grid grid-cols-1 md:grid-cols-2 gap-6">
                         <div class="group">
                              <a href="/pl/exceptions-java" class="block aspect-video rounded-lg overflow-hidden bg-slate-200 dark:bg-slate-700 mb-3">
                                 <img loading="lazy" src="https://techcodeview.com/img/java-exceptions/25/exceptions-java.webp" onerror="this.onerror=null; this.src='https://techcodeview.com/template/assets/images/unnamed.webp'" alt="Wyjątki w Javie" class="w-full h-full object-cover group-hover:scale-105 transition-transform duration-500">
                              </a>
                              <h4 class="font-bold text-slate-900 dark:text-white leading-tight group-hover:text-tech-500 transition-colors">
                                 <a href="/pl/exceptions-java">Wyjątki w Javie </a>
                              </h4>
                         </div> <div class="group">
                              <a href="/pl/whats-an-excellent-sat-score-1311028" class="block aspect-video rounded-lg overflow-hidden bg-slate-200 dark:bg-slate-700 mb-3">
                                 <img loading="lazy" src="https://techcodeview.com/img/blog/75/whats-an-excellent-sat-score.webp" onerror="this.onerror=null; this.src='https://techcodeview.com/template/assets/images/unnamed.webp'" alt="Co to jest doskonały wynik SAT?" class="w-full h-full object-cover group-hover:scale-105 transition-transform duration-500">
                              </a>
                              <h4 class="font-bold text-slate-900 dark:text-white leading-tight group-hover:text-tech-500 transition-colors">
                                 <a href="/pl/whats-an-excellent-sat-score-1311028">Co to jest doskonały wynik SAT? </a>
                              </h4>
                         </div>
                     </div>
                </div>
             </div>

             <!-- SECONDARY COLUMN (SIDEBAR) -->
             <!-- Aside Column -->
 <div class="lg:col-span-4 space-y-8">
	
	 <!-- Best Articles Widget -->
	 <div class="rounded-xl bg-white dark:bg-slate-800 border border-slate-200 dark:border-slate-700 p-6 shadow-sm">
		 <div class="mb-4 border-b border-slate-100 dark:border-slate-700 pb-2">
			 <h2 class="text-lg font-bold text-slate-900 dark:text-white uppercase tracking-wide flex items-center">
                 <span class="mr-2 h-2 w-2 rounded-full bg-tech-500"> </span>
                Najpopularniejsze Artykuły             </h2>
		 </div>
		
		 <!-- Owl Carousel Preserved Container -->
		 <div id="owl-carousel-3" class="owl-carousel owl-theme center-owl-nav">
			 <!-- ARTICLE -->
			 <article class="flex items-start gap-4 p-2 hover:bg-slate-50 dark:hover:bg-slate-700/50 rounded-lg transition-colors">
				 <div class="w-20 h-20 shrink-0 overflow-hidden rounded-md bg-slate-200 dark:bg-slate-700">
					 <a href="/pl/difference-between-cpld">
						 <img src="https://techcodeview.com/img/differences/40/difference-between-cpld.webp" onerror="this.onerror=null; this.src='https://techcodeview.com/template/assets/images/unnamed.webp'" alt="Różnica między CPLD i FPGA" class="w-full h-full object-cover">
					 </a>
				 </div>
				 <div class="flex-1 min-w-0">
					 <h4 class="text-sm font-semibold text-slate-800 dark:text-slate-200 leading-snug">
                         <a href="/pl/difference-between-cpld" class="hover:text-tech-500 transition-colors line-clamp-3">Różnica między CPLD i FPGA </a>
                     </h4>
				 </div>
			 </article>
			 <!-- /ARTICLE --> <!-- ARTICLE -->
			 <article class="flex items-start gap-4 p-2 hover:bg-slate-50 dark:hover:bg-slate-700/50 rounded-lg transition-colors">
				 <div class="w-20 h-20 shrink-0 overflow-hidden rounded-md bg-slate-200 dark:bg-slate-700">
					 <a href="/pl/jquery-ready-function">
						 <img src="https://techcodeview.com/img/jquery-tutorial/69/jquery-ready-function.webp" onerror="this.onerror=null; this.src='https://techcodeview.com/template/assets/images/unnamed.webp'" alt="Funkcja jQuery Ready()." class="w-full h-full object-cover">
					 </a>
				 </div>
				 <div class="flex-1 min-w-0">
					 <h4 class="text-sm font-semibold text-slate-800 dark:text-slate-200 leading-snug">
                         <a href="/pl/jquery-ready-function" class="hover:text-tech-500 transition-colors line-clamp-3">Funkcja jQuery Ready(). </a>
                     </h4>
				 </div>
			 </article>
			 <!-- /ARTICLE --> <!-- ARTICLE -->
			 <article class="flex items-start gap-4 p-2 hover:bg-slate-50 dark:hover:bg-slate-700/50 rounded-lg transition-colors">
				 <div class="w-20 h-20 shrink-0 overflow-hidden rounded-md bg-slate-200 dark:bg-slate-700">
					 <a href="/pl/college-transfer-acceptance-rates-1311382">
						 <img src="https://techcodeview.com/img/blog/30/college-transfer-acceptance-rates.webp" onerror="this.onerror=null; this.src='https://techcodeview.com/template/assets/images/unnamed.webp'" alt="Wskaźniki akceptacji przeniesienia uczelni: które szkoły przyjmują najwięcej uczniów?" class="w-full h-full object-cover">
					 </a>
				 </div>
				 <div class="flex-1 min-w-0">
					 <h4 class="text-sm font-semibold text-slate-800 dark:text-slate-200 leading-snug">
                         <a href="/pl/college-transfer-acceptance-rates-1311382" class="hover:text-tech-500 transition-colors line-clamp-3">Wskaźniki akceptacji przeniesienia uczelni: które szkoły przyjmują najwięcej uczniów? </a>
                     </h4>
				 </div>
			 </article>
			 <!-- /ARTICLE --> <!-- ARTICLE -->
			 <article class="flex items-start gap-4 p-2 hover:bg-slate-50 dark:hover:bg-slate-700/50 rounded-lg transition-colors">
				 <div class="w-20 h-20 shrink-0 overflow-hidden rounded-md bg-slate-200 dark:bg-slate-700">
					 <a href="/pl/what-is-an-rj45-connector">
						 <img src="https://techcodeview.com/img/picked/73/what-is-an-rj45-connector.webp" onerror="this.onerror=null; this.src='https://techcodeview.com/template/assets/images/unnamed.webp'" alt="Co to jest złącze RJ45?" class="w-full h-full object-cover">
					 </a>
				 </div>
				 <div class="flex-1 min-w-0">
					 <h4 class="text-sm font-semibold text-slate-800 dark:text-slate-200 leading-snug">
                         <a href="/pl/what-is-an-rj45-connector" class="hover:text-tech-500 transition-colors line-clamp-3">Co to jest złącze RJ45? </a>
                     </h4>
				 </div>
			 </article>
			 <!-- /ARTICLE --> <!-- ARTICLE -->
			 <article class="flex items-start gap-4 p-2 hover:bg-slate-50 dark:hover:bg-slate-700/50 rounded-lg transition-colors">
				 <div class="w-20 h-20 shrink-0 overflow-hidden rounded-md bg-slate-200 dark:bg-slate-700">
					 <a href="/pl/difference-between-where">
						 <img src="https://techcodeview.com/img/sql-tutorial/72/difference-between-where.webp" onerror="this.onerror=null; this.src='https://techcodeview.com/template/assets/images/unnamed.webp'" alt="Różnica między GDZIE a MIEĆ" class="w-full h-full object-cover">
					 </a>
				 </div>
				 <div class="flex-1 min-w-0">
					 <h4 class="text-sm font-semibold text-slate-800 dark:text-slate-200 leading-snug">
                         <a href="/pl/difference-between-where" class="hover:text-tech-500 transition-colors line-clamp-3">Różnica między GDZIE a MIEĆ </a>
                     </h4>
				 </div>
			 </article>
			 <!-- /ARTICLE --> <!-- ARTICLE -->
			 <article class="flex items-start gap-4 p-2 hover:bg-slate-50 dark:hover:bg-slate-700/50 rounded-lg transition-colors">
				 <div class="w-20 h-20 shrink-0 overflow-hidden rounded-md bg-slate-200 dark:bg-slate-700">
					 <a href="/pl/advantages-disadvantages-industry">
						 <img src="https://techcodeview.com/img/blog/71/advantages-disadvantages-industry.webp" onerror="this.onerror=null; this.src='https://techcodeview.com/template/assets/images/unnamed.webp'" alt="Zalety i wady branży" class="w-full h-full object-cover">
					 </a>
				 </div>
				 <div class="flex-1 min-w-0">
					 <h4 class="text-sm font-semibold text-slate-800 dark:text-slate-200 leading-snug">
                         <a href="/pl/advantages-disadvantages-industry" class="hover:text-tech-500 transition-colors line-clamp-3">Zalety i wady branży </a>
                     </h4>
				 </div>
			 </article>
			 <!-- /ARTICLE --> <!-- ARTICLE -->
			 <article class="flex items-start gap-4 p-2 hover:bg-slate-50 dark:hover:bg-slate-700/50 rounded-lg transition-colors">
				 <div class="w-20 h-20 shrink-0 overflow-hidden rounded-md bg-slate-200 dark:bg-slate-700">
					 <a href="/pl/registers-8085-microprocessor">
						 <img src="https://techcodeview.com/img/microprocessor/34/registers-8085-microprocessor.webp" onerror="this.onerror=null; this.src='https://techcodeview.com/template/assets/images/unnamed.webp'" alt="Rejestry mikroprocesora 8085" class="w-full h-full object-cover">
					 </a>
				 </div>
				 <div class="flex-1 min-w-0">
					 <h4 class="text-sm font-semibold text-slate-800 dark:text-slate-200 leading-snug">
                         <a href="/pl/registers-8085-microprocessor" class="hover:text-tech-500 transition-colors line-clamp-3">Rejestry mikroprocesora 8085 </a>
                     </h4>
				 </div>
			 </article>
			 <!-- /ARTICLE --> <!-- ARTICLE -->
			 <article class="flex items-start gap-4 p-2 hover:bg-slate-50 dark:hover:bg-slate-700/50 rounded-lg transition-colors">
				 <div class="w-20 h-20 shrink-0 overflow-hidden rounded-md bg-slate-200 dark:bg-slate-700">
					 <a href="/pl/selenium-webdriver">
						 <img src="https://techcodeview.com/img/selenium-tutorial/88/selenium-webdriver.webp" onerror="this.onerror=null; this.src='https://techcodeview.com/template/assets/images/unnamed.webp'" alt="Selenium WebDriver" class="w-full h-full object-cover">
					 </a>
				 </div>
				 <div class="flex-1 min-w-0">
					 <h4 class="text-sm font-semibold text-slate-800 dark:text-slate-200 leading-snug">
                         <a href="/pl/selenium-webdriver" class="hover:text-tech-500 transition-colors line-clamp-3">Selenium WebDriver </a>
                     </h4>
				 </div>
			 </article>
			 <!-- /ARTICLE --> <!-- ARTICLE -->
			 <article class="flex items-start gap-4 p-2 hover:bg-slate-50 dark:hover:bg-slate-700/50 rounded-lg transition-colors">
				 <div class="w-20 h-20 shrink-0 overflow-hidden rounded-md bg-slate-200 dark:bg-slate-700">
					 <a href="/pl/how-update-my-location-settings-snap-map-24224">
						 <img src="https://techcodeview.com/img/uncategorized/44/how-update-my-location-settings-snap-map.webp" onerror="this.onerror=null; this.src='https://techcodeview.com/template/assets/images/unnamed.webp'" alt="Jak zaktualizować ustawienia lokalizacji na mapie Snap" class="w-full h-full object-cover">
					 </a>
				 </div>
				 <div class="flex-1 min-w-0">
					 <h4 class="text-sm font-semibold text-slate-800 dark:text-slate-200 leading-snug">
                         <a href="/pl/how-update-my-location-settings-snap-map-24224" class="hover:text-tech-500 transition-colors line-clamp-3">Jak zaktualizować ustawienia lokalizacji na mapie Snap </a>
                     </h4>
				 </div>
			 </article>
			 <!-- /ARTICLE --> <!-- ARTICLE -->
			 <article class="flex items-start gap-4 p-2 hover:bg-slate-50 dark:hover:bg-slate-700/50 rounded-lg transition-colors">
				 <div class="w-20 h-20 shrink-0 overflow-hidden rounded-md bg-slate-200 dark:bg-slate-700">
					 <a href="/pl/binary-tree-java">
						 <img src="https://techcodeview.com/img/java-tutorial/88/binary-tree-java.webp" onerror="this.onerror=null; this.src='https://techcodeview.com/template/assets/images/unnamed.webp'" alt="Drzewo binarne w Javie" class="w-full h-full object-cover">
					 </a>
				 </div>
				 <div class="flex-1 min-w-0">
					 <h4 class="text-sm font-semibold text-slate-800 dark:text-slate-200 leading-snug">
                         <a href="/pl/binary-tree-java" class="hover:text-tech-500 transition-colors line-clamp-3">Drzewo binarne w Javie </a>
                     </h4>
				 </div>
			 </article>
			 <!-- /ARTICLE -->
		 </div>
		

         <!-- Categories -->
		 <div class="mt-8 mb-4 border-b border-slate-100 dark:border-slate-700 pb-2">
			 <h2 class="text-lg font-bold text-slate-900 dark:text-white uppercase tracking-wide">Kategoria </h2>
		 </div>
		 <div class="flex flex-wrap gap-2">
             <a href="/pl/blog/" class="inline-block px-3 py-1 bg-slate-100 dark:bg-slate-700 text-xs font-medium text-slate-600 dark:text-slate-300 rounded-full hover:bg-tech-500 hover:text-white transition-colors">
                Blog
             </a> <a href="/pl/java-conversion/" class="inline-block px-3 py-1 bg-slate-100 dark:bg-slate-700 text-xs font-medium text-slate-600 dark:text-slate-300 rounded-full hover:bg-tech-500 hover:text-white transition-colors">
                Konwersja Javy
             </a> <a href="/pl/maths/" class="inline-block px-3 py-1 bg-slate-100 dark:bg-slate-700 text-xs font-medium text-slate-600 dark:text-slate-300 rounded-full hover:bg-tech-500 hover:text-white transition-colors">
                Matematyka
             </a> <a href="/pl/java-collections/" class="inline-block px-3 py-1 bg-slate-100 dark:bg-slate-700 text-xs font-medium text-slate-600 dark:text-slate-300 rounded-full hover:bg-tech-500 hover:text-white transition-colors">
                Kolekcje Javy
             </a> <a href="/pl/differences/" class="inline-block px-3 py-1 bg-slate-100 dark:bg-slate-700 text-xs font-medium text-slate-600 dark:text-slate-300 rounded-full hover:bg-tech-500 hover:text-white transition-colors">
                Różnice
             </a> <a href="/pl/java-string/" class="inline-block px-3 py-1 bg-slate-100 dark:bg-slate-700 text-xs font-medium text-slate-600 dark:text-slate-300 rounded-full hover:bg-tech-500 hover:text-white transition-colors">
                Ciąg Java
             </a>
         </div>

         <!-- Interesting Articles Widget -->
		 <div class="mt-8">
			 <div class="mb-4 border-b border-slate-100 dark:border-slate-700 pb-2">
				 <h2 class="text-lg font-bold text-slate-900 dark:text-white uppercase tracking-wide">Ciekawe Artykuły </h2>
			 </div>
			
			 <div id="owl-carousel-4" class="owl-carousel owl-theme">
				 <!-- ARTICLE -->
				 <article class="relative aspect-video rounded-lg overflow-hidden group mb-2">
					 <div class="absolute inset-0">
						 <img src="https://techcodeview.com/img/photoshop-tutorial/69/how-download-install-photoshop.webp" onerror="this.onerror=null; this.src='https://techcodeview.com/template/assets/images/unnamed.webp'" alt="Jak pobrać i zainstalować Photoshopa" class="w-full h-full object-cover group-hover:scale-105 transition-transform duration-500">
                         <div class="absolute inset-0 bg-gradient-to-t from-black/80 to-transparent"> </div>
					 </div>
					 <div class="absolute bottom-0 left-0 p-4">
						 <div class="text-xs text-tech-400 font-bold mb-1"> <a href="/pl/photoshop-tutorial/">Poradnik Photoshopa </a> </div>
						 <h4 class="text-sm font-bold text-white leading-tight"> <a href="/pl/how-download-install-photoshop">Jak pobrać i zainstalować Photoshopa </a> </h4>
					 </div>
				 </article>
				 <!-- /ARTICLE --> <!-- ARTICLE -->
				 <article class="relative aspect-video rounded-lg overflow-hidden group mb-2">
					 <div class="absolute inset-0">
						 <img src="https://techcodeview.com/img/css-tutorial/23/css-flex-property.webp" onerror="this.onerror=null; this.src='https://techcodeview.com/template/assets/images/unnamed.webp'" alt="Właściwość elastyczna CSS" class="w-full h-full object-cover group-hover:scale-105 transition-transform duration-500">
                         <div class="absolute inset-0 bg-gradient-to-t from-black/80 to-transparent"> </div>
					 </div>
					 <div class="absolute bottom-0 left-0 p-4">
						 <div class="text-xs text-tech-400 font-bold mb-1"> <a href="/pl/css-tutorial/">Samouczek Css </a> </div>
						 <h4 class="text-sm font-bold text-white leading-tight"> <a href="/pl/css-flex-property">Właściwość elastyczna CSS </a> </h4>
					 </div>
				 </article>
				 <!-- /ARTICLE --> <!-- ARTICLE -->
				 <article class="relative aspect-video rounded-lg overflow-hidden group mb-2">
					 <div class="absolute inset-0">
						 <img src="https://techcodeview.com/img/how-install/18/how-download-install-facebook-windows.webp" onerror="this.onerror=null; this.src='https://techcodeview.com/template/assets/images/unnamed.webp'" alt="Jak pobrać i zainstalować Facebooka w systemie Windows?" class="w-full h-full object-cover group-hover:scale-105 transition-transform duration-500">
                         <div class="absolute inset-0 bg-gradient-to-t from-black/80 to-transparent"> </div>
					 </div>
					 <div class="absolute bottom-0 left-0 p-4">
						 <div class="text-xs text-tech-400 font-bold mb-1"> <a href="/pl/how-install/">Jak Zainstalować </a> </div>
						 <h4 class="text-sm font-bold text-white leading-tight"> <a href="/pl/how-download-install-facebook-windows">Jak pobrać i zainstalować Facebooka w systemie Windows? </a> </h4>
					 </div>
				 </article>
				 <!-- /ARTICLE --> <!-- ARTICLE -->
				 <article class="relative aspect-video rounded-lg overflow-hidden group mb-2">
					 <div class="absolute inset-0">
						 <img src="https://techcodeview.com/img/it-problems-solutions/39/introduction-directed-acyclic-graph.webp" onerror="this.onerror=null; this.src='https://techcodeview.com/template/assets/images/unnamed.webp'" alt="Wprowadzenie do skierowanego grafu acyklicznego" class="w-full h-full object-cover group-hover:scale-105 transition-transform duration-500">
                         <div class="absolute inset-0 bg-gradient-to-t from-black/80 to-transparent"> </div>
					 </div>
					 <div class="absolute bottom-0 left-0 p-4">
						 <div class="text-xs text-tech-400 font-bold mb-1"> <a href="/pl/it-problems-solutions/">Problemy I Rozwiązania It </a> </div>
						 <h4 class="text-sm font-bold text-white leading-tight"> <a href="/pl/introduction-directed-acyclic-graph">Wprowadzenie do skierowanego grafu acyklicznego </a> </h4>
					 </div>
				 </article>
				 <!-- /ARTICLE --> <!-- ARTICLE -->
				 <article class="relative aspect-video rounded-lg overflow-hidden group mb-2">
					 <div class="absolute inset-0">
						 <img src="https://techcodeview.com/img/maths-class-12/56/solving-cubic-equations.webp" onerror="this.onerror=null; this.src='https://techcodeview.com/template/assets/images/unnamed.webp'" alt="Rozwiązywanie równań sześciennych" class="w-full h-full object-cover group-hover:scale-105 transition-transform duration-500">
                         <div class="absolute inset-0 bg-gradient-to-t from-black/80 to-transparent"> </div>
					 </div>
					 <div class="absolute bottom-0 left-0 p-4">
						 <div class="text-xs text-tech-400 font-bold mb-1"> <a href="/pl/maths-class-12-cat/">Zajęcia Matematyczne-12 </a> </div>
						 <h4 class="text-sm font-bold text-white leading-tight"> <a href="/pl/solving-cubic-equations">Rozwiązywanie równań sześciennych </a> </h4>
					 </div>
				 </article>
				 <!-- /ARTICLE --> <!-- ARTICLE -->
				 <article class="relative aspect-video rounded-lg overflow-hidden group mb-2">
					 <div class="absolute inset-0">
						 <img src="https://techcodeview.com/img/blog/81/high-school-science-classes-you-should-take.webp" onerror="this.onerror=null; this.src='https://techcodeview.com/template/assets/images/unnamed.webp'" alt="Zajęcia z przedmiotów ścisłych w szkole średniej, na które powinieneś uczęszczać" class="w-full h-full object-cover group-hover:scale-105 transition-transform duration-500">
                         <div class="absolute inset-0 bg-gradient-to-t from-black/80 to-transparent"> </div>
					 </div>
					 <div class="absolute bottom-0 left-0 p-4">
						 <div class="text-xs text-tech-400 font-bold mb-1"> <a href="/pl/blog/">Bloga </a> </div>
						 <h4 class="text-sm font-bold text-white leading-tight"> <a href="/pl/high-school-science-classes-you-should-take-131320">Zajęcia z przedmiotów ścisłych w szkole średniej, na które powinieneś uczęszczać </a> </h4>
					 </div>
				 </article>
				 <!-- /ARTICLE -->
			 </div>
		 </div>
	 </div>
 </div>
 <!-- /Aside Column -->         </div>
        </div>
     </div>

 <footer class="site-footer">
         <div class="container">
             <span class="footer-links">
                Copyright ©2026 Wszelkie Prawa Zastrzeżone | 
                 <a href="//www.techcodeview.com/ro/">techcodeview.com </a> | 
                 <a href="/disclaimer" rel="nofollow noopener noreferrer" target="_blank">Zastrzeżenie </a> | 
                 <a href="/about-us" rel="nofollow noopener noreferrer" target="_blank">O Nas </a> | 
                 <a href="/privacy-policy" rel="nofollow noopener noreferrer" target="_blank">Polityka Prywatności </a> 
             </span>
         </div>
     </footer>
 
     <script type="text/javascript" src="https://techcodeview.com/template/assets/plugins/jquery-1.11.3.min.js"> </script>
     <script type="text/javascript" src="https://techcodeview.com/template/assets/plugins/bootstrap/js/bootstrap.min.js"> </script>    
     <script type="text/javascript" src="https://techcodeview.com/template/assets/js/main.js"> </script>     
	 <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.5.1/highlight.min.js"> </script>
	 <script>
    !function(){"use strict";let t=document.createElement("button");t.id="toTopBtn",t.innerHTML="↑";let e=`
        #toTopBtn {
            position: fixed; bottom: 25px; right: 25px; z-index: 9999; opacity: 0; visibility: hidden; background-color: #0ea5e9; color: white; border: none; border-radius: 8px; width: 50px; height: 50px; font-size: 24px; cursor: pointer; transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
        }
        #toTopBtn:hover { background-color: #0284c7; }
    `,i=document.createElement("style");i.type="text/css",i.innerText=e,document.head.appendChild(i),document.body.appendChild(t),window.addEventListener("scroll",()=>{let e=window.scrollY||document.documentElement.scrollTop;e>300?(t.style.opacity="1",t.style.visibility="visible"):(t.style.opacity="0",t.style.visibility="hidden")}),t.addEventListener("click",()=>{window.scrollTo({top:0,behavior:"smooth"})})}();
     </script>
 </body>
 </html>