CSS Font Border

CSS Font Border

CSS Font Border är en teknik som används för att skapa en kantliknande kontur runt HTML-texttecken. Denna teknik används för att öka synligheten eller lägga till en dekorativ effekt till texten. Detta kan uppnås med hjälp av egenskapen text-stroke, som gör det möjligt att anpassa utseendet på text genom att lägga till en ram runt den.

Hur man använder teckensnittsgräns i CSS

Det finns två sätt att tillämpa teckensnittskanter på textelement i HTML:

Innehållsförteckning

Låt oss studera dessa CSS-egenskaper i detalj och förstå hur de används för att sätta textkanter i HTML.

Använder text-shadow-egenskapen

De Text-Shadow Property i CSS lägger till en skuggeffekt till text, vilket ger djup och betoning. Det kräver parametrar för horisontella och vertikala förskjutningar, oskärpa radie och färg, vilket gör att designers kan skapa olika text-skuggeffekter för förbättrad visuell tilltalande.

Syntax:

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

Fastighetsvärden :

text-shadow-egenskapen accepterar många värden, några av dem nämns i tabellen nedan.

Fastighetsvärde Beskrivning
h-shadow> Ställer in den horisontella skuggan runt texten.
v-shadow> Ställer in den vertikala skuggan runt texten.
blur-radius> Ställer in oskärpa radien runt textskuggan.
color> Ställer in färgen på textskuggan.
none> Ställer inget runt texten (ingen skugga).
initial> Ställer in textskuggan till dess standardstartvärde.
inherit> Ärver egenskapsvärdena från dess överordnade element.

Returvärde:

Det returnerar en teckensnittskant/skugga runt texten.

Exempel på teckensnittskanter

Exempel 1: Det här exemplet använder egenskapen text-shadow för att skapa skugga till texten.

html
       CSS text-shadow egenskapstitel> <style>h1 { text-shadow: 0 0 3px #FF0000, 0 0 5px #0000FF; } stil> huvud> <body>  <h1>techcodeview.comh1> body> html> </pre>  </code>  <p dir='ltr'>  <b>  <strong>Produktion: </strong>  </b>  <span>  </span> </p>  <img src='//techcodeview.com/img/picked/01/css-font-border.webp' alt='text skugga CSS'> <p dir='ltr'>  <b>  <strong>Exempel 2: </strong>  </b>  <span>Det här exemplet använder text-shadow-egenskapen för att skapa kantad text. </span> </p>html <code>  <pre> <!DOCTYPE html>  <html>  <head>  <title>CSS text-shadow egenskapstitel> <!-- Style to use text-shadow property -->  <style>.GFG { färg: vit; teckenstorlek: 50px; text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000; } stil> huvud> <body>  <p>techcodeview.comp> body> html> </pre>  </code>  <p dir='ltr'>  <b>  <strong>Produktion: </strong>  </b>  </p>  <img src='//techcodeview.com/img/picked/01/css-font-border-2.webp' alt='kantad text CSS'> <h2 id='using-textstroke-property'>  <b>  <strong>Använder text-stroke-egenskapen </strong>  </b>  </h2> <p dir='ltr'> <span>De </span>  <span>Text-Stroke-egenskap </span>  <span>används för att lägga till streck i texten. Den här egenskapen kan användas för att ändra textens bredd och färg. Den här egenskapen stöds genom att använda prefixet -webkit-. </span> </p>  <p dir='ltr'>  <b>  <strong>Syntax: </strong>  </b>  </p>  <pre>-webkit-text-stroke: width color; </pre> <h3>  <b>  <strong>Exempel </strong>  </b>  </h3> <p dir='ltr'> <span>Det här exemplet använder text-stroke-egenskapen för att skapa kantad text. </span> </p>html <code>  <pre> <!DOCTYPE html>  <html>  <head>  <title>CSS text-stroke property title> <!-- Style to use text-stroke property -->  <style>.GFG { färg: vit; teckenstorlek: 50px; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: svart; } stil> huvud> <body>  <p>techcodeview.comp> body> html> </pre>  </code>  <p dir='ltr'>  <b>  <strong>Produktion: </strong>  </b>  <span>  </span> </p>  <img src='//techcodeview.com/img/picked/01/css-font-border-3.webp' alt=''> <p dir='ltr'>  <b>  <strong>Webbläsare som stöds: </strong>  </b>  </p>  <ul> <li value='1'>  <span>Google Chrome </span>  <span>1 </span> </li> <li value='2'>  <span>Kant </span>  <span>  </span>  <span>12 </span> </li> <li value='3'>  <span>Firefox </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 är grunden för webbsidor, används för webbsidautveckling genom att styla webbplatser och webbappar. Du kan lära dig CSS från grunden genom att följa detta </span>  <span>Handledning för CSS </span>  <span>och </span>  <span>Exempel på 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>
                                Dela                              </h4>
                             
                              <div class="flex flex-wrap justify-center gap-3">
                                 <!-- Twitter -->
                                 <a href="https://twitter.com/intent/tweet?text=CSS Font Border&url=https://www.techcodeview.com/sv/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/sv/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/sv/css-font-border&title=CSS Font Border" 
                                   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">
                        Du Kanske Gillar                     </h3>
                     <div class="grid grid-cols-1 md:grid-cols-2 gap-6">
                         <div class="group">
                              <a href="/sv/arp-table" 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/computer-network/52/arp-table.webp" onerror="this.onerror=null; this.src='https://techcodeview.com/template/assets/images/unnamed.webp'" alt="ARP bord" 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="/sv/arp-table">ARP bord </a>
                              </h4>
                         </div> <div class="group">
                              <a href="/sv/javascript-addeventlistener" 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/javascript-tutorial/08/javascript-addeventlistener.webp" onerror="this.onerror=null; this.src='https://techcodeview.com/template/assets/images/unnamed.webp'" alt="JavaScript addEventListener()" 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="/sv/javascript-addeventlistener">JavaScript addEventListener() </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>
                Top Artiklar             </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="/sv/12-best-journalism-schools-1311056">
						 <img src="https://techcodeview.com/img/blog/12/12-best-journalism-schools.webp" onerror="this.onerror=null; this.src='https://techcodeview.com/template/assets/images/unnamed.webp'" alt="De 12 bästa journalistskolorna" 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="/sv/12-best-journalism-schools-1311056" class="hover:text-tech-500 transition-colors line-clamp-3">De 12 bästa journalistskolorna </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="/sv/clustering-machine-learning">
						 <img src="https://techcodeview.com/img/ai-ml-ds-with-python/26/clustering-machine-learning.webp" onerror="this.onerror=null; this.src='https://techcodeview.com/template/assets/images/unnamed.webp'" alt="Klustring i maskininlärning" 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="/sv/clustering-machine-learning" class="hover:text-tech-500 transition-colors line-clamp-3">Klustring i maskininlärning </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="/sv/ap-physics-1-frq-everything-you-need-know-131402">
						 <img src="https://techcodeview.com/img/blog/78/ap-physics-1-frq-everything-you-need-know.webp" onerror="this.onerror=null; this.src='https://techcodeview.com/template/assets/images/unnamed.webp'" alt="AP Physics 1 FRQ: Allt du behöver veta" 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="/sv/ap-physics-1-frq-everything-you-need-know-131402" class="hover:text-tech-500 transition-colors line-clamp-3">AP Physics 1 FRQ: Allt du behöver veta </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="/sv/volume-cone-formula">
						 <img src="https://techcodeview.com/img/maths-formulas/76/volume-cone-formula.webp" onerror="this.onerror=null; this.src='https://techcodeview.com/template/assets/images/unnamed.webp'" alt="Volym av kon: formel, härledning och exempel" 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="/sv/volume-cone-formula" class="hover:text-tech-500 transition-colors line-clamp-3">Volym av kon: formel, härledning och exempel </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="/sv/network-devices-hub">
						 <img src="https://techcodeview.com/img/it-problems-solutions/77/network-devices-hub.webp" onerror="this.onerror=null; this.src='https://techcodeview.com/template/assets/images/unnamed.webp'" alt="Nätverksenheter (Hub, Repeater, Bridge, Switch, Router, Gateways och Brouter)" 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="/sv/network-devices-hub" class="hover:text-tech-500 transition-colors line-clamp-3">Nätverksenheter (Hub, Repeater, Bridge, Switch, Router, Gateways och Brouter) </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="/sv/numpy-meshgrid-python">
						 <img src="https://techcodeview.com/img/numpy-tutorial/74/numpy-meshgrid-python.webp" onerror="this.onerror=null; this.src='https://techcodeview.com/template/assets/images/unnamed.webp'" alt="numpy.meshgrid() i Python" 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="/sv/numpy-meshgrid-python" class="hover:text-tech-500 transition-colors line-clamp-3">numpy.meshgrid() i Python </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="/sv/java-convert-int-string-different-ways-conversion">
						 <img src="https://techcodeview.com/img/base-conversion/88/java-convert-int-string-different-ways-conversion.webp" onerror="this.onerror=null; this.src='https://techcodeview.com/template/assets/images/unnamed.webp'" alt="Java Konvertera int till sträng | Olika sätt att konvertera" 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="/sv/java-convert-int-string-different-ways-conversion" class="hover:text-tech-500 transition-colors line-clamp-3">Java Konvertera int till sträng | Olika sätt att konvertera </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="/sv/java-pipedreader-class">
						 <img src="https://techcodeview.com/img/misc/30/java-pipedreader-class.webp" onerror="this.onerror=null; this.src='https://techcodeview.com/template/assets/images/unnamed.webp'" alt="Java PipedReader-klass" 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="/sv/java-pipedreader-class" class="hover:text-tech-500 transition-colors line-clamp-3">Java PipedReader-klass </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="/sv/java-awt-tutorial">
						 <img src="https://techcodeview.com/img/java-awt-events/78/java-awt-tutorial.webp" onerror="this.onerror=null; this.src='https://techcodeview.com/template/assets/images/unnamed.webp'" alt="Handledning för Java AWT" 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="/sv/java-awt-tutorial" class="hover:text-tech-500 transition-colors line-clamp-3">Handledning för Java AWT </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="/sv/print-all-subarrays-with-0-sum">
						 <img src="https://techcodeview.com/img/hash/84/print-all-subarrays-with-0-sum.webp" onerror="this.onerror=null; this.src='https://techcodeview.com/template/assets/images/unnamed.webp'" alt="Skriv ut alla subarrayer med 0 summan" 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="/sv/print-all-subarrays-with-0-sum" class="hover:text-tech-500 transition-colors line-clamp-3">Skriv ut alla subarrayer med 0 summan </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">Kategori </h2>
		 </div>
		 <div class="flex flex-wrap gap-2">
             <a href="/sv/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">
                Blogg
             </a> <a href="/sv/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">
                Java-Konvertering
             </a> <a href="/sv/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">
                Matte
             </a> <a href="/sv/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">
                Java-Samlingar
             </a> <a href="/sv/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">
                Skillnader
             </a> <a href="/sv/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-Sträng
             </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">Intressanta Artiklar </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/java-misc/82/how-get-input-from-user-java.webp" onerror="this.onerror=null; this.src='https://techcodeview.com/template/assets/images/unnamed.webp'" alt="Hur man får input från användare i Java" 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="/sv/java-misc/">Java Övrigt </a> </div>
						 <h4 class="text-sm font-bold text-white leading-tight"> <a href="/sv/how-get-input-from-user-java">Hur man får input från användare i Java </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/linux-tutorial/23/linux-add-user-group.webp" onerror="this.onerror=null; this.src='https://techcodeview.com/template/assets/images/unnamed.webp'" alt="Linux Lägg till användare i grupp" 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="/sv/linux-tutorial/">Linux Handledning </a> </div>
						 <h4 class="text-sm font-bold text-white leading-tight"> <a href="/sv/linux-add-user-group">Linux Lägg till användare i grupp </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/restful/82/rest-api-introduction.webp" onerror="this.onerror=null; this.src='https://techcodeview.com/template/assets/images/unnamed.webp'" alt="REST API Introduktion" 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="/sv/restful/">Rogivande </a> </div>
						 <h4 class="text-sm font-bold text-white leading-tight"> <a href="/sv/rest-api-introduction">REST API Introduktion </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/c-tutorial/54/vs-while-loop-c.webp" onerror="this.onerror=null; this.src='https://techcodeview.com/template/assets/images/unnamed.webp'" alt="For vs While loop i C" 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="/sv/c-tutorial/">C Handledning </a> </div>
						 <h4 class="text-sm font-bold text-white leading-tight"> <a href="/sv/vs-while-loop-c">For vs While loop i C </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/24/what-exactly-is-target-school.webp" onerror="this.onerror=null; this.src='https://techcodeview.com/template/assets/images/unnamed.webp'" alt="Vad är egentligen en målskola? Hur du hittar din" 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="/sv/blog/">Blogg </a> </div>
						 <h4 class="text-sm font-bold text-white leading-tight"> <a href="/sv/what-exactly-is-target-school-1311492">Vad är egentligen en målskola? Hur du hittar din </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/java-basics/61/java-do-while-loop-with-examples.webp" onerror="this.onerror=null; this.src='https://techcodeview.com/template/assets/images/unnamed.webp'" alt="Java do-while loop med exempel" 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="/sv/java-basics/">Java-Grunderna </a> </div>
						 <h4 class="text-sm font-bold text-white leading-tight"> <a href="/sv/java-do-while-loop-with-examples">Java do-while loop med exempel </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 Alla Rättigheter Förbehållna | 
                 <a href="//www.techcodeview.com/">techcodeview.com </a> | 
                 <a href="/disclaimer" rel="nofollow noopener noreferrer" target="_blank">Ansvarsfriskrivning </a> | 
                 <a href="/about-us" rel="nofollow noopener noreferrer" target="_blank">Om Oss </a> | 
                 <a href="/privacy-policy" rel="nofollow noopener noreferrer" target="_blank">Sekretesspolicy </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>