How about you put the login.jpg in the same folder as the css file and change the css to
body { background-image: url("login.jpg"); }
An absolute path is not correct, please use a relative one 🙂
Folder structure
MyCoolWebApp |-> stylesheet.css |-> login.jpg
if you want to access a file that is located in a parent folder of your stylesheet.css file, then use url("../login.jpg");
Related Posts:
- How to make a monopoly board using css grid?
- Half circle with CSS (border, outline only)
- How to horizontally center an element
- Setting table column width
- How to set a border for an HTML div tag
- Setting table column width
- What is difference between png8 and png24
- Why does z-index not work?
- Creating a nav bar with flexbox
- Is element block level or inline level?
- How to line-break from css, without using
? - How to put img inline with text
- How to center a “position: absolute” element
- How do I make an image smaller with CSS?
- Two divs side by side – Fluid display
- What is sr-only in Bootstrap 3?
- FontAwesome icons are not showing, Why?
- Remove border from IFrame
- How to change text transparency in HTML/CSS?
- CSS horizontal scroll
- Bootstrap 4 images thumbnail classes
- AngularJS ngClass conditional
- How to darken a background using CSS?
- How to “crop” a rectangular image into a square with CSS?
- How to draw diagonal lines with css
- Placing border inside of div and not on its edge
- How to apply CSS to iframe?
- How to display and hide a div with CSS?
- How to keep footer at bottom of screen [duplicate]
- Draw a line in a div
- CSS centred header image
- Change Color of Fonts in DIV (CSS)
- Why is “cursor:pointer” effect in CSS not working
- How to move text up using CSS when nothing is working
- How to style input and submit button with CSS?
- a href link for entire div in HTML/CSS
- How do I set vertical space between list items?
- Check if an element contains a class in JavaScript?
- How to outline text in HTML / CSS
- Complete list of reasons why a css file might not be working
- html div background image not showing up
- Bring element to front using CSS
- Brackets – Live Preview not working
- How to apply style classes to td elements?
- HTML iframe – disable scroll
- CSS set li indent
- Why does this CSS margin-top style not work?
- How to center content in a Bootstrap column?
- Freeze the top row for an html table only (Fixed Table Header Scrolling)
- HTML list-style-type dash
- Bootstrap throws Uncaught Error: Bootstrap’s JavaScript requires jQuery
- How do I install a custom font on an HTML site
- How can I center a div within another div?
- How to align content of a div to the bottom
- How can I make my footer center to the bottom of the page?
- How to align an input tag to the center without specifying the width?
- Remove scrollbar from iframe
- How can I embed video for discord directly from website?
- Why would max-width not work on this?
- Basic CSS – how to overlay a DIV with semi-transparent DIV on top
- difference between width auto and width 100 percent
- Dynamic height of div with css
- Making text background transparent but not text itself
- How to show text on image when hovering?
- Removing ul indentation with CSS
- Square brackets in CSS
- How do I disable form fields using CSS?
- Fit background image to div
- body background color not showing?
- Table scroll with HTML and CSS
- Set cellpadding and cellspacing in CSS?
- How to make a div 100% height of the browser window
- How to make my website fit any screen size?
- Display:inline not working
- CSS content property: is it possible to insert HTML instead of Text?
- Why doesn’t min-height not work on my page?
- How to increase height of textarea using bootstrap rows and columns
- Indent List in HTML and CSS
- Bootstrap 3 Glyphicons CDN
- Absolute position is not working
- Position absolute but relative to parent
- How do you specify table padding in CSS? ( table, not cell padding )
- Two Divs next to each other, that then stack with responsive change
- SVG drop shadow using css3
- Force table column widths to always be fixed regardless of contents
- Change the color of glyphicons to blue in some- but not at all places using Bootstrap 2
- Using Numbers With Font Awesome
- CSS table td width – fixed, not flexible
- Is it possible to use css to shrink text to automatically fit the size of the div
- CSS max-height not working
- Horizontal list items
- How to make Bootstrap Panel body with fixed height
- word-wrap break-word does not work in this example
- How can I align text directly beneath an image?
- how do I get the bullet points of a
- to center with the text?
- jQuery find element by data attribute value
- CSS: Can a div “float:middle” rather than “float:left;” with margin-left?
- WordPress footer menu floating with height of footer
- How put links in wordpress dynamic sidebar?
- Using custom HTML tags to WordPress [closed]