Usagi's profile picture

Published by

published
updated

Category: Web, HTML, Tech

[CSS] Stretch background to perfect fit

A simple detail that can make your profile look much more complete

Feel free to comment if you used!

<!-- BACKGROUND -->
<style>
  body {
    background: url(https://yourimagelink)                                                                                        center center fixed no-repeat;
    background-size: 100vw 100vh;
  }
</style>




8 Kudos

Comments

Displaying 1 of 1 comments ( View all | Add Comment )

talkbox

talkbox's profile picture

oh my goodness.... you are a lifesaver. im currently making my own layout and all the background pics have looked AWFUL (trying to get something to look good on pc and mobile cos i use both). tysm :3


Report Comment