Skip to content
Snippets Groups Projects
Commit c5fcabfc authored by Felix Chadwick-Smith's avatar Felix Chadwick-Smith
Browse files

added backgroud photo DSC_0393

parent 1926070e
No related branches found
No related tags found
1 merge request!26added backgroud photo DSC_0393
...@@ -9,12 +9,12 @@ ...@@ -9,12 +9,12 @@
<script src="https://kit.fontawesome.com/221d185582.js" crossorigin="anonymous"></script> <script src="https://kit.fontawesome.com/221d185582.js" crossorigin="anonymous"></script>
<style> <style>
body.home-page { body.home-page {
color: blue background-image: url("{{ url_for('static', filename='DSC_0393.JPG') }}");
background-size: cover;
} }
</style> </style>
</head> </head>
<body> <body class="home-page">
<nav> <nav>
<ul> <ul>
<li><a href="{{ url_for('home') }}">Home</a></li> <li><a href="{{ url_for('home') }}">Home</a></li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment