Ako nastaviť medzeru medzi Flexboxom?

Ako nastaviť medzeru medzi Flexboxom?

Nastavenie priestoru medzi Flexbox položky zahŕňa použitie vlastností ako ospravedlniť-obsah s hodnotami ako priestor-medzi alebo priestor okolo , a medzera , aby sa rovnomerne rozložil priestor medzi položkami pozdĺž hlavnej osi, čím sa zlepšilo rozloženie a zarovnanie vo flexibilnom kontajneri.

Existuje niekoľko nasledujúcich prístupov:

Obsah

1. Použitie vlastnosti justify-content.

The vlastnosť ospravedlniť-obsah v CSS Flexbox zarovnáva ohybné položky pozdĺž hlavnej osi. Dokáže rozdeliť priestor medzi položky s hodnotami ako flex-start, flex-end, center, space-between, space-around a space-rovnomerne, pričom riadi zarovnanie a rozostupy v rámci flex kontajnera.

Syntax:

  • Hodnota medzera-medzi sa používa na zobrazenie flexibilných položiek s medzerou medzi riadkami.
justify-content: space-between; 
  • Hodnota space-around sa používa na zobrazenie flexibilných položiek s medzerou medzi, pred a za riadkami.
justify-content: space-around; 

Príklad: V tomto príklade ukazujeme použitie justify-content v CSS Flexbox na rozdelenie priestoru medzi položkami. Priestor okolo vytvára rovnaký priestor okolo položiek, zatiaľ čo priestor medzi umiestňuje rovnaký priestor medzi položkami.

html
      Medzera medzi flexboxtitle> <style>.flex2 { zobrazenie: flex;  justify-content: space-around;  farba pozadia: zelená;  } .flex3 { display: flex;  justify-content: medzera-medzi;  farba pozadia: zelená;  } .flex-items { background-color: #f4f4f4;  šírka: 100px;  výška: 50px;  okraj: 10px;  text-align: center;  veľkosť písma: 40px;  } h3 { zarovnanie textu: stred;  } .geeks { font-size: 40px;  text-align: center;  farba: #009900;  font-weight: bold;  } štýl> hlava> <body>  <div>techcodeview.comdiv> <h3>Priestor medzi flexboxh3> <br>  <b>justify-content: space-around b> <div>  <div>1 div> <div>2div> <div>3div> div> <br>  <b>justify-content: medzera-medzi b> <div>  <div>1 div> <div>2div> <div>3div> div> <br>body> html> </pre>  </code>  <p dir='ltr'>  <b>  <strong>Výkon: </strong>  </b>  </p>  <p dir='ltr'> <img src='//techcodeview.com/img/css-misc/95/how-set-space-between-flexbox.webp' alt='Nastavenie priestoru medzi Flexbox'> </p>  <h2 id='2-using-the-gap-property-to-set-space'>  <b>  <strong>2 </strong>  </b>  <span>. Pomocou </span>  <b>  <strong>vlastnosť medzery </strong>  </b>  <span>na nastavenie priestoru </span> </h2> <p dir='ltr'> <span>The </span>  <span>vlastnosť medzery v CSS </span>  <span>nastavuje priestor medzi položkami Flexbox alebo Grid. Je to skratka pre medzeru v riadkoch a medzeru v stĺpcoch, čo uľahčuje konzistentnú správu medzier bez ďalších okrajov alebo výplne, čím sa zlepšuje ovládanie rozloženia a čitateľnosť. </span> </p>  <p dir='ltr'>  <b>  <strong>Syntax: </strong>  </b>  </p>  <pre>gap: value; </pre> <p dir='ltr'>  <b>  <strong>Príklad: </strong>  </b>  <span>V tomto príklade používame vlastnosť gap spolu s vlastnosťou flexbox na pridanie medzery medzi jednotlivé položky. </span> </p>HTML <code>  <pre>  <html>  <head>  <style>.flex-container { display: flex;  medzera: 20px;  /* Nastavte požadované medzery medzi flexibilnými položkami */ } .flex-item { background-color: lightblue;  výplň: 10px;  } .geeks { font-size: 40px;  farba: #009900;  font-weight: bold;  } štýl> hlava> <body>  <div>techcodeview.comdiv> <h3>Použitie vlastnosti medzeryh3> <div>  <div>Prvok 1div> <div>Prvok 2div> <div>Element 3div> div> body> html> </pre>  </code>  <p dir='ltr'>  <b>  <strong>Výkon: </strong>  </b>  </p>  <img src='//techcodeview.com/img/css-misc/95/how-set-space-between-flexbox-2.webp' alt=''>  <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>
                                Zdieľať                              </h4>
                             
                              <div class="flex flex-wrap justify-center gap-3">
                                 <!-- Twitter -->
                                 <a href="https://twitter.com/intent/tweet?text=Ako nastaviť medzeru medzi Flexboxom?&url=https://www.techcodeview.com/sk/how-set-space-between-flexbox" 
                                   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/sk/how-set-space-between-flexbox" 
                                   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/sk/how-set-space-between-flexbox&title=Ako nastaviť medzeru medzi Flexboxom?" 
                                   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">
                        Mohlo By Sa Vám Páčiť                     </h3>
                     <div class="grid grid-cols-1 md:grid-cols-2 gap-6">
                         <div class="group">
                              <a href="/sk/linear-regression-machine-learning" 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/ai-ml-ds-with-python/49/linear-regression-machine-learning.webp" onerror="this.onerror=null; this.src='https://techcodeview.com/template/assets/images/unnamed.webp'" alt="Lineárna regresia v strojovom učení" 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="/sk/linear-regression-machine-learning">Lineárna regresia v strojovom učení </a>
                              </h4>
                         </div> <div class="group">
                              <a href="/sk/binomial-random-variables" 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/mathematical/72/binomial-random-variables.webp" onerror="this.onerror=null; this.src='https://techcodeview.com/template/assets/images/unnamed.webp'" alt="Binomické náhodné premenné" 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="/sk/binomial-random-variables">Binomické náhodné premenné </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>
                Najlepšie Články             </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="/sk/latex-lists">
						 <img src="https://techcodeview.com/img/latex-tutorial/24/latex-lists.webp" onerror="this.onerror=null; this.src='https://techcodeview.com/template/assets/images/unnamed.webp'" alt="LATEXOVÉ ZOZNAMY" 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="/sk/latex-lists" class="hover:text-tech-500 transition-colors line-clamp-3">LATEXOVÉ ZOZNAMY </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="/sk/java-convert-double-string">
						 <img src="https://techcodeview.com/img/java-conversion/97/java-convert-double-string.webp" onerror="this.onerror=null; this.src='https://techcodeview.com/template/assets/images/unnamed.webp'" alt="Java Convert double to String" 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="/sk/java-convert-double-string" class="hover:text-tech-500 transition-colors line-clamp-3">Java Convert double to String </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="/sk/shell-sort-algorithm">
						 <img src="https://techcodeview.com/img/ds-tutorial/72/shell-sort-algorithm.webp" onerror="this.onerror=null; this.src='https://techcodeview.com/template/assets/images/unnamed.webp'" alt="Algoritmus triedenia škrupín" 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="/sk/shell-sort-algorithm" class="hover:text-tech-500 transition-colors line-clamp-3">Algoritmus triedenia škrupín </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="/sk/remote-procedure-call-operating-system">
						 <img src="https://techcodeview.com/img/it-problems-solutions/45/remote-procedure-call-operating-system.webp" onerror="this.onerror=null; this.src='https://techcodeview.com/template/assets/images/unnamed.webp'" alt="Vzdialené volanie procedúr (RPC) v operačnom systéme" 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="/sk/remote-procedure-call-operating-system" class="hover:text-tech-500 transition-colors line-clamp-3">Vzdialené volanie procedúr (RPC) v operačnom systéme </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="/sk/what-is-docker">
						 <img src="https://techcodeview.com/img/it-problems-solutions/39/what-is-docker.webp" onerror="this.onerror=null; this.src='https://techcodeview.com/template/assets/images/unnamed.webp'" alt="Čo je Docker?" 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="/sk/what-is-docker" class="hover:text-tech-500 transition-colors line-clamp-3">Čo je Docker? </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="/sk/different-types-joins-pandas">
						 <img src="https://techcodeview.com/img/picked/96/different-types-joins-pandas.webp" onerror="this.onerror=null; this.src='https://techcodeview.com/template/assets/images/unnamed.webp'" alt="Rôzne typy spojení v Pandas" 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="/sk/different-types-joins-pandas" class="hover:text-tech-500 transition-colors line-clamp-3">Rôzne typy spojení v Pandas </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="/sk/how-get-into-bs-md-program-1311130">
						 <img src="https://techcodeview.com/img/blog/74/how-get-into-bs-md-program.webp" onerror="this.onerror=null; this.src='https://techcodeview.com/template/assets/images/unnamed.webp'" alt="Ako sa dostať do programu BS/MD: Sprievodca krok za krokom" 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="/sk/how-get-into-bs-md-program-1311130" class="hover:text-tech-500 transition-colors line-clamp-3">Ako sa dostať do programu BS/MD: Sprievodca krok za krokom </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="/sk/how-check-data-type-java">
						 <img src="https://techcodeview.com/img/java-tutorial/98/how-check-data-type-java.webp" onerror="this.onerror=null; this.src='https://techcodeview.com/template/assets/images/unnamed.webp'" alt="Ako skontrolovať typ údajov v jazyku Java?" 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="/sk/how-check-data-type-java" class="hover:text-tech-500 transition-colors line-clamp-3">Ako skontrolovať typ údajov v jazyku Java? </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="/sk/bash-substring">
						 <img src="https://techcodeview.com/img/bash-tutorial/53/bash-substring.webp" onerror="this.onerror=null; this.src='https://techcodeview.com/template/assets/images/unnamed.webp'" alt="Podreťazec Bash" 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="/sk/bash-substring" class="hover:text-tech-500 transition-colors line-clamp-3">Podreťazec Bash </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="/sk/json-dump-python">
						 <img src="https://techcodeview.com/img/python-json/48/json-dump-python.webp" onerror="this.onerror=null; this.src='https://techcodeview.com/template/assets/images/unnamed.webp'" alt="json.dump() v Pythone" 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="/sk/json-dump-python" class="hover:text-tech-500 transition-colors line-clamp-3">json.dump() v Pythone </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">Kategórie </h2>
		 </div>
		 <div class="flex flex-wrap gap-2">
             <a href="/sk/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="/sk/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">
                Konverzia Java
             </a> <a href="/sk/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">
                Matematika
             </a> <a href="/sk/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">
                Kolekcie Java
             </a> <a href="/sk/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">
                Rozdiely
             </a> <a href="/sk/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">
                Java Reťazec
             </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">Zaujímavé Články </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/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="Ako aktualizovať nastavenia polohy na mape Snap" 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="/sk/uncategorized/">Nezaradené Do Kategórie </a> </div>
						 <h4 class="text-sm font-bold text-white leading-tight"> <a href="/sk/how-update-my-location-settings-snap-map-24224">Ako aktualizovať nastavenia polohy na mape Snap </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/mysql-tutorial/46/mysql-joins.webp" onerror="this.onerror=null; this.src='https://techcodeview.com/template/assets/images/unnamed.webp'" alt="MySQL sa pripája" 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="/sk/mysql-tutorial/">Výukový Program Mysql </a> </div>
						 <h4 class="text-sm font-bold text-white leading-tight"> <a href="/sk/mysql-joins">MySQL sa pripája </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/typescript-tutorial/42/difference-between-typescript.webp" onerror="this.onerror=null; this.src='https://techcodeview.com/template/assets/images/unnamed.webp'" alt="Rozdiel medzi TypeScript a ES6" 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="/sk/typescript-tutorial/">Výukový Program Typescript </a> </div>
						 <h4 class="text-sm font-bold text-white leading-tight"> <a href="/sk/difference-between-typescript">Rozdiel medzi TypeScript a ES6 </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/category/42/what-is-full-form-eta.webp" onerror="this.onerror=null; this.src='https://techcodeview.com/template/assets/images/unnamed.webp'" alt="Aká je úplná forma ETA" 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="/sk/category/">Kategória </a> </div>
						 <h4 class="text-sm font-bold text-white leading-tight"> <a href="/sk/what-is-full-form-eta">Aká je úplná forma ETA </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/amazon/83/hamiltonian-cycle.webp" onerror="this.onerror=null; this.src='https://techcodeview.com/template/assets/images/unnamed.webp'" alt="Hamiltonovský cyklus" 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="/sk/amazon/">Amazon </a> </div>
						 <h4 class="text-sm font-bold text-white leading-tight"> <a href="/sk/hamiltonian-cycle">Hamiltonovský cyklus </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/microsoft-azure-tutorial/82/what-is-microsoft-azure-subscription.webp" onerror="this.onerror=null; this.src='https://techcodeview.com/template/assets/images/unnamed.webp'" alt="Čo je predplatné Microsoft Azure?" 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="/sk/microsoft-azure-tutorial/">Kurz Microsoft Azure </a> </div>
						 <h4 class="text-sm font-bold text-white leading-tight"> <a href="/sk/what-is-microsoft-azure-subscription">Čo je predplatné Microsoft Azure? </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 Všetky Práva Vyhradené | 
                 <a href="//www.techcodeview.com/iw/">techcodeview.com </a> | 
                 <a href="/disclaimer" rel="nofollow noopener noreferrer" target="_blank">Odmietnutie Zodpovednosti </a> | 
                 <a href="/about-us" rel="nofollow noopener noreferrer" target="_blank">O Nás </a> | 
                 <a href="/privacy-policy" rel="nofollow noopener noreferrer" target="_blank">Zásady Ochrany Osobných Údajov </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>