Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- html, body {
- background-color: #fafafa;
- }
- /* HEADER SECTION STYLING */
- .header-section {
- display: block;
- padding-top: 60px;
- padding-bottom: 50px;
- background-color: #fafafa;
- }
- #head1, #head2 {
- display: inline;
- }
- #head1 {
- font-family: Impact, Charcoal, sans-serif;
- color: #3a81ba;
- font-size: 100px;
- font-weight: 400;
- letter-spacing: 2px;
- }
- #head2 {
- color: #963334;
- font-family: "Great Vibes";
- font-size: 100px;
- font-weight: 700;
- }
- /* INPUT SECTION STYLING */
- .input-section {
- background-color: #fafafa;
- padding-bottom: 20px;
- }
- #search-input {
- width: 42%;
- margin-right: 6px;
- }
- #search-input:focus {
- background: white;
- }
- #search-btn {
- margin-left: 6px;
- background-image: linear-gradient(to bottom, #3a81ba, #3a81ba);
- }
- /*RESULTS SECTION STYLING*/
- #results-container {
- margin-top: 9px;
- margin-bottom: 6px;
- }
- .result {
- padding-top: 10px;
- padding-bottom: 10px;
- width: 42%;
- }
- .result-title {
- font-size: 16px;
- font-weight: 700;
- color: #0000FF;
- text-decoration: underline;
- }
- .result-url {
- margin-top: -2px;
- color: #093;
- font-size: 14px;
- }
- .result-summary {
- margin-top: -1px;
- margin-bottom: 1px;
- font-size: 13px;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement