Skip to content

Commit

Permalink
added more
Browse files Browse the repository at this point in the history
  • Loading branch information
romer8 committed Sep 14, 2023
1 parent 90a80ed commit ec2230b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
4 changes: 1 addition & 3 deletions backend/static/css/ciroh.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,7 @@
font-weight: 300;
}

.section-accent {
background-color: rgb(0, 191, 179);
}

.white-box-transparent {
padding: 15px;
border-width: 1px;
Expand Down
Binary file added backend/static/images/ciroh/water_data.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 9 additions & 1 deletion backend/templates/ciroh.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,15 @@
background-repeat: no-repeat;

}

.section-accent {
padding-top: 195px;
padding-bottom: 195px;
background-image: url('{% static "images/ciroh/water_data.jpeg" %}');
background-position: 0% 0%, 50% 50%;
background-size: cover;
text-align: center;
background-repeat: no-repeat;;
}
</style>
{% endblock %}
{% block base_js %}
Expand Down

0 comments on commit ec2230b

Please sign in to comment.