linkroots/src/App.css

22 lines
402 B
CSS
Raw Normal View History

.App {
2021-10-14 16:56:16 +00:00
background:
linear-gradient(
rgba(0, 0, 0, 0.7),
rgba(0, 0, 0, 0.7)
),
url('background.png');
position: fixed;
min-width: 100%;
min-height: 100%;
background-size: cover;
background-position: center;
}
2021-10-13 17:57:23 +00:00
#title {
text-align: center;
margin-top: 3%;
2021-10-14 16:56:16 +00:00
font-family: "Roboto";
text-decoration: underline;
color: white;
2021-10-28 16:45:19 +00:00
}/* .roots {
2021-10-13 17:57:23 +00:00
}