Delete 'dyslexicstyle.css'

This commit is contained in:
zensprojects 2023-02-27 18:17:45 +00:00
parent 1a512ed950
commit ccbbde4222
1 changed files with 0 additions and 43 deletions

View File

@ -1,43 +0,0 @@
@import url('https://fonts.cdnfonts.com/css/open-dyslexic');
body, html {
height: 100%;
margin: 0;
font-family: 'Open-Dyslexic', sans-serif;
}
* {
box-sizing: border-box;
}
.bg-image {
/* The image used */
background-image: url("/background.png");
/* Add the blur effect */
/* Full height */
height: 100%;
/* Center and scale the image nicely */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
/* Position text in the middle of the page/image */
.bg-text {
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
color: white;
font-weight: bold;
border: 3px solid #f1f1f1;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 2;
width: 80%;
padding: 20px;
text-align: center;
}