mejoras de estilos, lo voy a pushear y creo una branch nueva
parent
ab3eaad3a8
commit
bfb58294f7
@ -1,19 +1,20 @@
|
||||
<header>
|
||||
<h1>Cartelería DMD</h1>
|
||||
<h1>Carteles dmd</h1>
|
||||
</header>
|
||||
|
||||
<style>
|
||||
header {
|
||||
max-height: 4rem;
|
||||
margin: 0;
|
||||
padding: 0.5rem;
|
||||
padding: 0.5rem 1rem;
|
||||
}
|
||||
h1 {
|
||||
text-align: left;
|
||||
font-size: 2rem;
|
||||
font-weight: 500;
|
||||
font-weight: 700;
|
||||
color: firebrick;
|
||||
font-family: 'Gill Sans', sans-serif;
|
||||
font-variant: small-caps;
|
||||
font-family: 'Ubuntu', sans-serif;
|
||||
/* font-family: 'Gill Sans', sans-serif; */
|
||||
/* font-variant: small-caps; */
|
||||
}
|
||||
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue