rozario/rozario.css

27 lines
437 B
CSS
Raw Normal View History

2020-11-05 09:34:00 -05:00
body {
background-color: lightblue;
background-image: url("immconc-bg.jpg");
background-repeat: no-repeat;
background-position: top;
margin: 0 15%;
}
2021-06-05 20:26:44 -04:00
h1, h2, h3, h4, .ctr {
2020-11-05 09:34:00 -05:00
text-align: center;
}
2021-06-05 20:26:44 -04:00
.rjust {
text-align: right;
}
2020-11-05 09:34:00 -05:00
.button {
background-color: lightblue;
border: none;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
}
2021-02-05 21:56:17 -05:00
.box {
border: 1px solid black;
}