Skip to content

Instantly share code, notes, and snippets.

@Richarchg
Created March 22, 2019 20:20
Show Gist options
  • Select an option

  • Save Richarchg/d0941368c7fb09670b4d06459d072b05 to your computer and use it in GitHub Desktop.

Select an option

Save Richarchg/d0941368c7fb09670b4d06459d072b05 to your computer and use it in GitHub Desktop.
YBpMZy
<link href="https://fonts.googleapis.com/css?family=Germania+One" rel="stylesheet">
<article class="article" itemscope itemtype="https://schema.org/Product">
<h1 class="title" itemprop="name">Computador todo en uno Core i5 8-th gen</h1>
<img class="image" src="http://home.ripley.com.pe/Attachment/WOP_5/2004217967888/2004217967888_2.jpg" alt="computador todo en uno 8-th gen" itemprop="image">
<p class="description" itemprop="description">Este es un ordenador todo en uno con un procesador core i5 de octava generación, básicamente un computador Gamer</p>
</article>
body {
font-family: 'Germania One', cursive;
}
.article {
width: 100%;
position: relative;
margin: auto;
background-color: hsla();
}
.title, .description {
text-align: center;
font-size: 2rem;
}
.image {
width: 50%;
display: flex;
margin: auto;
}
.description {
width: 70%;
margin: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment