Fixing Code | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Fixing Code

Can Someone help me simplify this code: (Its Allot Sorry, just please fix what you can, also don't do the Java please, thank you.) <style> nav ul { cursor: not-allowed; -webkit-font-smoothing:antialiased; text-shadow: 5px 5px #323232; background: #323232; list-style: none; margin: 0; padding: 0; width: 100%; opacity: 0; } nav li { cursor: not-allowed; float: left; margin: 0; padding: 0; position: relative; min-width: 25%; } nav a { cursor: not-allowed; text-shadow: 5px 5px #222222; background: #323232; color: #ffffff; display: block; font: bold 16px/50px sans-serif; padding: 0 25px; margin: -70px 0px 0px; text-align: center; text-decoration: none; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; } nav li:hover a { cursor: not-allowed; background: #323232; } nav li ul { cursor: not-allowed; float: left; left: 0; opacity: 0; position: absolute; top: -40px; visibility: hidden; z-index: 1; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; } nav li:hover ul { cursor: not-allowed; opacity: 1; top: 70px; visibility: visible; opacity: 1; } nav li ul li { cursor: not-allowed; float: none; width: 100%; } nav li ul a:hover { cursor: not-allowed; background: #323232; } /* Clearfix */ .cf:after, .cf:before { cursor: not-allowed; content:""; display:table; } .cf:after { cursor: not-allowed; clear:both; } </style> <script> accepted You will need to use java.util.Scanner for this issue. Here is a good login program for the console: import java.util.Scanner; // I use scanner because i

14th Nov 2018, 5:21 AM
MyMomAteMyCat123
MyMomAteMyCat123 - avatar
1 Answer
+ 1
This code is css no java, upload the java code for help you!
16th Nov 2018, 1:21 AM
Fernando