0

I need help with my website , each time I click on the form it deforms

<html> <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"> <style media="screen"> * { -webkit-touch-callout: none; /* iOS Safari */ -webkit-user-select: none; /* Safari */ -khtml-user-select: none; /* Konqueror HTML */ -moz-user-select: none; /* Old versions of Firefox */ -ms-user-select: none; /* Internet Explorer/Edge */ user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */ } body{ margin: 0; padding: 0; font-family: sans-serif; background-image: url(bg2.jpg); background-size: cover; } .box{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 75%; height: 65%; padding: 6%; background: rgba(0, 0, 0, 0.6); box-sizing: border-box; box-shadow: 0 15px 25px rgba

15th Mar 2021, 6:47 AM
SCP 251
SCP 251 - avatar
2 Answers
+ 1
Hey there Âż ?, Could you please put your code in the code playground because so it's hard to help you and the code it isn't even complete (because of the character limit). Thanks :) https://www.sololearn.com/post/75089/?ref=app
15th Mar 2021, 6:48 AM
Matthew
Matthew - avatar
0
Ok
15th Mar 2021, 7:29 PM
SCP 251
SCP 251 - avatar