Advertisement
Miqueel97

Agenda

Oct 29th, 2021
777
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 2.82 KB | None | 0 0
  1. /*Un evento (texto centrado)*/
  2. <h2>Agenda</h2><div><div style="padding: 4em;color:#000;font-size: 120%;font-family: 'Dosis', sans-serif;text-decoration:none;width: 30%;height: 10em;text-align: center;font-weight: bold;display: inline-block;vertical-align: middle;"><p style="font-size: 150%;margin-bottom: 0px;padding-bottom: 0px;">29</p><p style="margin-top: 0px;padding-top: 0px;">Octubre</p></div><div style="width: 0.25%;height: 10em;background-color: #CFA558;display: inline-block;vertical-align: middle;"></div><div style="padding: 4em; color:#000;font-size: 120%;font-family: 'Dosis', sans-serif;text-decoration:none;text-align: right;width: 65%; height: 10em; text-align: center;display: inline-block;vertical-align: middle;"><p style="font-weight: bold;margin-bottom: 0px;padding-bottom: 0px;">Evento 1</p><p style="margin-top: 0px;padding-top: 0px;">Este evento es sobre los masters</p></div></div>
  3.  
  4. /*Un evento (texto izquierda)*/
  5. <h2>Agenda</h2><div><div style="padding: 4em;color:#000;font-size: 120%;font-family: 'Dosis', sans-serif;text-decoration:none;width: 30%;height: 10em;text-align: center;font-weight: bold;display: inline-block;vertical-align: middle;"><p style="font-size: 150%;margin-bottom: 0px;padding-bottom: 0px;">29</p><p style="margin-top: 0px;padding-top: 0px;">Octubre</p></div><div style="width: 0.25%;height: 10em;background-color: #CFA558;display: inline-block;vertical-align: middle;"></div><div style="padding: 4em; color:#000;font-size: 120%;font-family: 'Dosis', sans-serif;text-decoration:none;text-align: left;width: 65%; height: 10em;display: inline-block;vertical-align: middle;"><p style="font-weight: bold;margin-bottom: 0px;padding-bottom: 0px;">Evento 1</p><p style="margin-top: 0px;padding-top: 0px;">Este evento es sobre los masters</p></div></div>
  6.  
  7. /*Dos eventos (texto centrado)*/
  8. <div style="vertical-align: middle;"><div style="padding: 4em;color:#000;font-size: 120%;font-family: 'Dosis', sans-serif;text-decoration:none;width: 30%;height: 10em;float:left;text-align: center;font-weight: bold;vertical-align: middle;"><p style="font-size: 150%;margin-bottom: 0px;padding-bottom: 0px;">30</p><p style="margin-top: 0px;padding-top: 0px;">Octubre</p></div><div style="width: 0.25%;height: 10em;background-color: #CFA558;display: inline-block;vertical-align: middle;"></div><div style="padding:auto; margin:auto;color:#000;font-size: 120%;font-family: 'Dosis', sans-serif;text-decoration:none;width: 65%; height: 5em; text-align: center;display: inline-block;vertical-align: middle;"><p style="font-weight: bold;margin-bottom: 0px;padding-bottom: 0px;">Evento 1</p><p style="margin-top: 0px;padding-top: 0px;">Este evento es sobre los masters</p>
  9.     <p style="font-weight: bold;margin-bottom: 0px;padding-bottom: 0px;">Evento 2</p><p style="margin-top: 0px;padding-top: 0px;">Este evento es sobre los masters</p></div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement