Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE>
- <html>
- <head>
- <title>Mars Argo home page</title>
- </head>
- <h1 class = 'ut' >Homepage</h1>
- <svg class = 'op' onclick = 'myButton()' xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
- <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"/>
- </svg>
- <style>
- .op {
- height: 30px;
- width: 30px;
- position: relative;
- left: 10px;
- cursor: pointer;
- }
- .ut {
- position: absolute;
- left: 700px;
- }
- </style>
- <script>
- function myButton() {
- document.getElementsByClassName('op').style =
- }
- </script>
- </html>
Add Comment
Please, Sign In to add comment