Skip to content

Commit

Permalink
Add proper CSS styling and favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
konradjakubowski committed Apr 28, 2018
1 parent fdf986e commit be3ef04
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ body {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 100vh;
}
input[type="text"]
{
Expand Down Expand Up @@ -35,7 +36,4 @@ tr {
}
.table {
margin-top: 60px;
}
.container {
padding-bottom: 40%;
}
Binary file added favicon.ico
Binary file not shown.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>12.6 Ajax</title>
<title>Country Search Engine</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css" type="text/css">
</head>
Expand Down

0 comments on commit be3ef04

Please sign in to comment.