From 6ced58da133d60f076e25a12b84c513d3ea92cea Mon Sep 17 00:00:00 2001 From: Jacob Haddon Date: Fri, 16 Nov 2018 11:25:14 -0500 Subject: [PATCH] updated with nav menu hover and display --- style.css | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 91e8676..f0f6d91 100644 --- a/style.css +++ b/style.css @@ -12,4 +12,38 @@ Tags: This theme, like WordPress, is licensed under the GPL. This theme, like motherfuckingwebsite.com is satire Use it to make something cool, have fun, and share what you've learned with others. -*/ \ No newline at end of file +*/ + +body{ +margin:40px auto; +max-width:650px; +line-height:1.6; +font-size:18px; +padding:0 10px} + +h1,h2,h3{line-height:1.2} + + +.mfwpt_menu{} + + +.mfwpt_menu ul {list-style: none; padding:0px;} + +.mfwpt_menu ul ul {display: none;position:absolute;background-color: white;} + + +.mfwpt_menu li {display:inline-block; padding-right: 20px;} + + +.mfwpt_menu li a {text-decoration: none;} + + +.mfwpt_menu li ul {} + + +.mfwpt_menu li li {display:block;} + + +.mfwpt_menu li li a {} + +.mfwpt_menu li:hover ul {display: block;} \ No newline at end of file