View gist:4c263148194fcf136ef5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta content="IE=edge" http-equiv="X-UA-Compatible"> | |
<meta content="width=device-width, initial-scale=1" name="viewport"> | |
<title>Udacity Project</title><!-- Bootstrap --> | |
<link href="css/bootstrap.min.css" rel="stylesheet"> | |
<link href="css/main.css" rel="stylesheet"> |
View gist:5bff00733dd46f261fa3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
font-family: "Verdana",sans-serif; | |
font-size: 16px; | |
font-style: normal; | |
color: #666; | |
} | |
.container { |