rozario/rozario.css

27 lines
437 B
CSS
Raw Normal View History

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