User:HaxerMatus
Appearance
<style> body, html {
margin: 0; /* Remove default margins from body and html */ padding: 0; /* Remove default padding from body and html */ height: 100%; /* Ensure the body and html take up full viewport height */ overflow: hidden; /* Prevent scrollbars if the image is larger than the viewport */
}
body {
background-image: url("https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fwww.icegif.com%2Fwp-content%2Fuploads%2F2023%2F03%2Ficegif-319.gif&f=1&nofb=1&ipt=caf1191aab199bd2d9d196026f509caca18d23cc69b9644863a20702936e1383&ipo=images"); /* Replace with the actual path to your image */ background-size: cover; /* Cover the entire viewport */ background-repeat: no-repeat; /* Prevent image tiling */ background-position: center; /* Center the image */
}
/* Optional: If you have other content on top of the image, you might want to add: */ .overlay-content {
position: relative; /* Needed to allow absolute positioning of children */ z-index: 1; /* Ensure this content is on top of the background image */ /* Add any other styling for your content here */
} </style>
- Name: Matus Mastena
- Hacker, developer and Linux user from Bratislava.
This user has a Matrix account. |
![]() |
This user has a GitLab profile at gitlab.com instance. |
---|
📱 | This user's main device is a Samsung_Galaxy_A53_5G. |
---|
Device | Notes |
---|---|
Raspberry Pi 400 (raspberry-pi400) | Testing equipment |
Samsung Galaxy A53 5G (samsung-a53x) | Daily driver, Runs AOSP GSI with the ExynosUnbound kernel |