Skip to content

Commit

Permalink
timeline bg fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Satyam0204 committed Apr 6, 2024
1 parent f223f1d commit d5621ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion flow/static/css/timeline_css.css
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,8 @@ button {
align-items: center;
flex-direction: column;
overflow: hidden;
background-image: url("https://img.freepik.com/free-photo/illustration-circle-with-abstract-neon-light-effects-great-futuristic-background_181624-26037.jpg?w=1060");
/* background-image: url("https://img.freepik.com/free-photo/illustration-circle-with-abstract-neon-light-effects-great-futuristic-background_181624-26037.jpg?w=1060"); */
background-image: url("../../static/images/timeline_bg.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
Expand Down
Binary file added flow/static/images/timeline_bg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion flow/templates/flow/aarohan_timeline.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
Your browser does not support the video tag.
</video> {% endcomment %} -->

<img src="{% static 'images/timeline_bg.jpg}" alt="">
{% comment %} <img src="{% static 'images/timeline_bg.jpg' %}" alt=""> {% endcomment %}

<div class="Dayz">

Expand Down

0 comments on commit d5621ca

Please sign in to comment.