Created
March 22, 2019 20:20
-
-
Save Richarchg/d0941368c7fb09670b4d06459d072b05 to your computer and use it in GitHub Desktop.
YBpMZy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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