Jump to content

danielfelix

Members
  • Posts

    4
  • Joined

  • Last visited

danielfelix's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. I need to locate two pictures next to each other. I can not find the right way to do it, I want to manage the position, size and margins between them. I was thinking of doing it with cards, but I'm not sure. Can you help me?
  2. Sorry, but in this case, how should I write it? <!DOCTYPE html> <html> <title>W3.CSS</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="http://www.w3schools.com/lib/w3.css"> <body> <div class="w3-container"> <h2>Photo Card</h2> <div class="w3-card-12" style="width:50%"> <img src="img_fjords.jpg" alt="Norway" style="width:100%"> <div class="w3-container w3-center"> <p>The Troll's tongue in Hardanger, Norway</p> </div> </div> </div> </body> </html>
  3. danielfelix

    Card Center

    My problem is very basic. I can not center in the page a card that includes a picture. Can you help me? Thank you!
×
×
  • Create New...