m (testing testing) |
m (test font) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
<head> | <head> | ||
<style> | <style> | ||
+ | @import url('https://fonts.googleapis.com/css?family=Josefin+Slab'); | ||
+ | |||
.container { | .container { | ||
overflow: hidden; | overflow: hidden; | ||
background-color: #333; | background-color: #333; | ||
− | |||
} | } | ||
Line 66: | Line 67: | ||
<div class="container"> | <div class="container"> | ||
− | <a href="#home">Home</a> | + | <a href="#home" style="font-family:Josefin Slab;">Home</a> |
<a href="#news">News</a> | <a href="#news">News</a> | ||
<div class="dropdown"> | <div class="dropdown"> |
Latest revision as of 15:34, 12 July 2017
<!DOCTYPE html>
Dropdown Menu inside a Navigation Bar
Hover over the "Dropdown" link to see the dropdown menu.