Files
premiaciones_front/styles/globals.css
T
Gabriela Gómez Hernández 88ba696552 prototipo completo 1
2022-04-18 20:09:14 -05:00

56 lines
952 B
CSS

html,
body {
padding: 0;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}
a {
color: inherit;
text-decoration: none;
}
* {
box-sizing: border-box;
}
#contenido{
background-color: rgb(144,114,16,32%);
border-radius:30px;
margin:3%;
text-align: center;
min-height: 400px;
margin-left: 7%;
margin-right: 7%;
padding-top: 30px;
font-family: 'Vollkorn', serif;
border-width: 1px;
border-color: black;
border-style: solid;
}
.titulo{
color:#644F0C;
font-family: 'Vollkorn', serif;
text-align: center;
font-size:xx-large;
font-weight: bolder;
margin-top: 30px;
}
#subtitulo{
color:#644F0C;
font-family: 'Vollkorn', serif;
font-size:xx-large;
text-align: center;
font-weight: bold;
}
#radio,#botones{
margin-top: 50px;
font-size:larger;
font-weight: bold;
color: #644F0C;
}