styling website

This commit is contained in:
ishak jmilou.ishak
2024-11-20 17:14:54 +01:00
parent c16ba3cf9d
commit a41ea1b70c
3 changed files with 16 additions and 4 deletions

View File

@@ -1,16 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
{% block head %}{% endblock %}
</head>
<body>
{% include 'navbar.html' %}
{% block content %}
{% endblock %}
</body>
</html>

View File

@@ -89,6 +89,18 @@ body {
transition: transform 0.2s ease, background-color 0.2s ease;
}
.text{
width: 50%;
}
.image{
height: 100%;
}
.sectionHeight{
height: 200px;
}
/* Direction buttons */
.btn:nth-child(1) {
/* Left */