JSFiddle - React, Tailwind, and code Playground
by nndd
HTML
<body>
<div class="resizer">
<div class="textblock1">
<span class="bixtext1">Portal w budowie</a><br>
<span class="normaltext">A z pewnością to trochę potrwa :)</a><br><br>
<a class="normaltext" href="https://www.facebook.com/sebastian.chudziak.3"><b>Facebook</b></a>
</div>
</div>
</body>
CSS
body {
background-image: url("background-cats/cat-eyes-1.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background-size: 100%;
font-family:"Verdana", sans-serif;
margin: 0px;
color:#FDFDFD;
}
.resizer {
}
.textblock1 {
display: flex;
justify-content: center;
align-items: center;
background-color: #000000;
border-radius: 50px;
opacity: 0.7;
margin:50px;
}
.bigtext1 {
font-size:2em;
}
.normaltext {
font-size:0.9em;
}