Skip to content

Commit

Permalink
adding-image
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyaNagunuri committed Aug 7, 2024
1 parent 4f5aa56 commit ffa2cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/hack-school/css.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ index.html:
```
- **Background**: `background-image`, `background-color`, `background-position`, etc. - Setting background images, colors, and positioning for elements.
```html copy showLineNumbers
<div style="width: 200px; height: 100px; background-color: lightgray;"></div>
<div style="width: 200px; height: 100px; background-color: orange;"></div>
```
![orange_box](pages/hack-school/CSS_images/orange_box.png)
Expand Down

0 comments on commit ffa2cfb

Please sign in to comment.