Adding HTML to Career Site- using the Oracle given code
Summary:
So I want to add some cool hover type buttons on career site and oracle give you the HTML code for this, however I cant for the life of me get it to work. So the code is this:
<html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Document</title> <link rel="stylesheet" href="style.css"> <link href="https://fonts.googleapis.com/css?family=Hind+Siliguri" rel="stylesheet"> </head> <body> <div class="box"> <h1>Hover Over Me!</h1> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p> <br><button>Pen Created By Avi Thour</button> </div> </body> </html>
Tagged:
0