Vous êtes sur la page 1sur 1

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54

@charset "utf-8"; /* CSS Document */ form { width:300px; margin: 20px auto; } input { font-family:Verdana, Geneva, sans-serif; border:1px solid #ccc; font-size:18px; width:300px; background-color:#e4effb; min-height:30px; display:block; margin-bottom:15px; margin-top:5px; outline: none; border-radius:5px; } :invalid { border-color: #e88; } :required { border-color: #88a; box-shadow: 0 0 5px rgba(0, 0, 255, .5); } select { font-family:Verdana, Geneva, sans-serif; border:1px solid #ccc; background-color:#e4effb; font-size:18px; width:300px; min-height:30px; display:block; margin-bottom:15px; margin-top:5px; outline: none; border-radius:5px; } input[type=submit] { background:none; padding:10px; background-color:#D8e4ef; }

C:\Users\SAGAR\Documents\Bluetooth Exchange Folder\WAD Assignments 2 to 7\HTML CSS and Javascript\Style.css: 1/1

Vous aimerez peut-être aussi