Skip to content

Commit 4c24811

Browse files
committed
Webpage with flask updates showing color control
1 parent 1138acd commit 4c24811

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

6 Web Page with Flask/basic page/static/css/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ body {
22
margin: 0;
33
padding: 0;
44
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
5-
color: rgb(50, 77, 13);
5+
color: rgb(57, 106, 235);
66
}
77

88
/*
@@ -20,7 +20,7 @@ header {
2020
header h1.logo {
2121
margin: 0;
2222
font-size: 1.7em;
23-
color: #fff;
23+
color: #f5394b;
2424
text-transform: uppercase;
2525
float: left;
2626
}

6 Web Page with Flask/basic page/templates/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="home">
44
<h1>My homepage</h1>
55
<p>This is a test website. {{myName}}</p>
6-
<p><form action='{{ url_for('greet') }}' method='post'>
6+
<p><form action="{{ url_for('greet') }}" method='post'>
77
Please type your name: <input type='text' name='myName'><br>
88
<input type='submit' value='Submit'>
99
</form></p>

0 commit comments

Comments
 (0)