File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 3
3
< head >
4
4
< title > Spam Comment Detector</ title >
5
5
< script src ="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js "> </ script >
6
- < link rel ="stylesheet " href ="https://font.googleapis.com/css?family=Copperplate ">
6
+
7
+ < link href ="https://fonts.googleapis.com/css2?family=Courier+Prime&display=swap " rel ="stylesheet ">
8
+
7
9
< link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css " integrity ="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7 " crossorigin ="anonymous ">
8
10
< script src ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js " integrity ="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS " crossorigin ="anonymous "> </ script >
9
11
< script src ="{{ url_for('static', filename='js/form.js') }} "> </ script >
27
29
margin : 0px ;
28
30
width : 100% ;
29
31
align-items : center;
30
- font-family : Copperplate ;
32
+ font-family : 'Courier Prime' , monospace ;
31
33
}
32
34
@media screen and (min-width : 601px ) {
33
35
div .fontsz {
55
57
< input type ="text " class ="form-control " id ="nameInput " placeholder ="Comment " style ="height:40px;font-size:20pt; " size ="40% ">
56
58
</ div >
57
59
</ form >
58
- < div id ="successAlert " class ="alert alert-success " role ="alert " style ="display:none; width:60 %; "> </ div >
59
- < div id ="errorAlert " class ="alert alert-danger " role ="alert " style ="display:none; width: 60 %; "> </ div >
60
+ < div id ="successAlert " class ="alert alert-success " role ="alert " style ="display:none; width:50 %; "> </ div >
61
+ < div id ="errorAlert " class ="alert alert-danger " role ="alert " style ="display:none; width: 50 %; "> </ div >
60
62
</ div >
61
63
</ div >
62
64
</ center >
You can’t perform that action at this time.
0 commit comments