Created
September 6, 2018 03:46
-
-
Save argenisleon/b8bf8a4b23ae65e56334ff1fb6a8470a to your computer and use it in GitHub Desktop.
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
| <html> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | |
| <style> | |
| @import url('https://fonts.googleapis.com/css?family=Barlow'); | |
| .card { | |
| font-family: 'Barlow', sans-serif; | |
| max-width: 700px; | |
| font-size: 14px; | |
| line-height: 1.4em; | |
| border: 1px solid rgb(219, 219, 219) | |
| } | |
| .card a { | |
| font-weight: bold; | |
| text-decoration: none; | |
| color: #000000; | |
| } | |
| .card a:hover { | |
| text-decoration: underline; | |
| } | |
| .card .head { | |
| padding: 10px; | |
| overflow: auto; | |
| } | |
| .card .info { | |
| padding: 10px; | |
| } | |
| .card .location { | |
| font-size: 12px; | |
| } | |
| .card .user_photo { | |
| background-image: url(https://api2.picnow.org/assets/user/5b898a0…); | |
| width: 30px; | |
| height: 30px; | |
| background-size: contain; | |
| border-radius: 15px; | |
| margin-right: 10px; | |
| float: left; | |
| margin-bottom: 10px; | |
| } | |
| .stats{ | |
| font-weight: bold; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <div class="card"> | |
| <div class="head"> | |
| <div class="user_photo" data-v-499c053a="" class="cluster-user-frame-single" | |
| style='background-image: url("https://api2.picnow.org/assets/user/5b898a007bee65072660bfd3")'></div> | |
| <a class="users" href="">Eilidibeth Córdova</a> | |
| <div class="location"> | |
| Avenida Guzmán Blanco, Casco Historico, Ciudad Bolívar, Heres, Bolívar, Venezuela, 8001. Sun Sep 02 2018 13:16:44 | |
| </div> | |
| </div> | |
| <img width="100%" src="https://api2.picnow.org/assets/1224" alt=""> | |
| <div class="info"> | |
| <div class="stats">1,653,456 vistas</div> | |
| <div class="description"> | |
| <a href="">Eilidibeth Córdova</a> | |
| Carmén Reyes, persona de tercera edad y discapacitada, se queja porque el gobierno no le abastece lo | |
| prometido | |
| como agua y comida. | |
| </div> | |
| </div> | |
| </div> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment