Formatting.
This commit is contained in:
parent
2b1966e505
commit
c591c2d885
@ -186,19 +186,19 @@ export default {
|
||||
|
||||
<style scoped>
|
||||
.image-opacity {
|
||||
opacity: 0.5;
|
||||
opacity: 0.5;
|
||||
}
|
||||
.centered-image {
|
||||
position: relative;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
text-align: center;
|
||||
}
|
||||
.image-centered-text {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
font-size: 50px;
|
||||
color: white;
|
||||
text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
font-size: 50px;
|
||||
color: white;
|
||||
text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user