A 3 -digit number should be entered in the CSC box. If something other than a 3 digit number is entered, the box should wiggle back and forth to indicate invalid data. That is not currently happening....




A3-digit number should be entered in theCSC box. If something other than a3 digit number is entered, the box should wiggle back and forth to indicate invalid data. That is not currently happening. Open thecode8-4_debug.css file. Study the code that applies the transition effect to the input#csc object when invalid data is entered. Correct any mistakes in the code that you find. Verify that when you enter invalid data in theCSC
box, the box wiggles back and forth to indicate that the data is not valid.




FILETREE<br>code8-4.html<br>code8-4_debug.css x<br>code8-4_styles.css<br>+<br>-/workspace<br>29<br>animation: slide-right easein 3s;<br>2 amex.png<br>30 }<br>A code8-4.html<br>A code8-4_debug.css<br>A code8-4_styles.css<br>A discover.png<br>31<br>32 input#cardBox, input#csc {<br>33<br>box-shadow: Opx Opx Opx<br>Ibrown;<br></><br>34<br>transition: box-shadow 1sec linear;<br>e master.png<br>35 }<br>A visa.png<br>36<br>37 input#cardBox:focus, input#csc:focus {<br>box-shadow: Өрх Өрх 25рх<br>|brown;<br>38<br>39 }<br>40<br>41 input#csc:invalid {<br>transform: translatex(5px) skewx (20deg) rotate(1deg);<br>box-shadow: Орх Орх 10рх<br>42<br>43<br>Ired;<br>44<br>transition: transformation 1sec cubicbezier(0,5,1,-5);<br>45 }<br>46<br>47 input#csc:focus:invalid {<br>48<br>transform: translatex(@px) skewx(@deg) rotate(@deg);<br>transform-origin: bottom;<br>box-shadow: Opx Opx Opx Ired;<br>49<br>50<br>51<br>52 }<br>53<br>(困)<br>!!!<br>

Extracted text: FILETREE code8-4.html code8-4_debug.css x code8-4_styles.css + -/workspace 29 animation: slide-right easein 3s; 2 amex.png 30 } A code8-4.html A code8-4_debug.css A code8-4_styles.css A discover.png 31 32 input#cardBox, input#csc { 33 box-shadow: Opx Opx Opx Ibrown; 34 transition: box-shadow 1sec linear; e master.png 35 } A visa.png 36 37 input#cardBox:focus, input#csc:focus { box-shadow: Өрх Өрх 25рх |brown; 38 39 } 40 41 input#csc:invalid { transform: translatex(5px) skewx (20deg) rotate(1deg); box-shadow: Орх Орх 10рх 42 43 Ired; 44 transition: transformation 1sec cubicbezier(0,5,1,-5); 45 } 46 47 input#csc:focus:invalid { 48 transform: translatex(@px) skewx(@deg) rotate(@deg); transform-origin: bottom; box-shadow: Opx Opx Opx Ired; 49 50 51 52 } 53 (困) !!!
Jun 05, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here