Relative Content

Tag Archive for htmlcssimage

Issue with live preview & other live servers

so the issue is that none of live server/preview is working when I try to check my website. It’s only trying to load it but always fails & I can’t keep working due that. To me it seems like internet problem but if I had internet issues I wouldn’t be able to do other things which I can.enter image description hereenter image description here

how to center background image added by image sprites

<!DOCTYPE html> <html lang=”en”> <head> <meta charset=”UTF-8″> <meta name=”viewport” content=”width=device-width, initial-scale=1.0″> <title>Document</title> <style> .social-media-icon{ display: inline-block; } .social-media-icon a{ text-decoration: none; display: block; text-indent: -9999px; border: 2px solid #c3d4e2; position: relative; height: 36px; width: 36px; background: url(/img/social-icons.png) ; background-repeat: no-repeat; background-position: 50%; } .social-media-icon a:hover{ background-color: #c3d4e2; } .fb-icon a{ background-position: 0 0 ; } […]

How do I make the pictures closer to eachother?

<div style=”padding-inline: 200px;” align=”center”> <h2 style=”font-size:4vw;”>Melngalvju nams</h2> <br> <br> <h2 style=”font-size:2vw;”>Vēsture</h2> <p style=”font-size:1.5vw;”>Rīgas Melngalvju nams (vācu: Das Schwarzhäupterhaus) ir atjaunots 14.—19. gadsimta arhitektūras piemineklis, atrodas Vecrīgā pie Rātslaukuma. Celtne vairākkārt pārbūvēta, lielākās nama pārbūves notikušas 1580., 1619.—1625. un 1886. gadā. Otrā pasaules kara laikā nodedzis, 1999. gadā Melngalvju nams tika uzcelts no jauna. </p> <div […]