EXCERCISE 7 (CSS)

* { box-sizing: border-box; } div { margin-bottom: 10px; } h1.font1 { font-size: 40px; margin-left: 30%; } label { display: inline-block; margin-left: 20px; } fieldset { width: 40%; background: #C511F2; padding: 10px; margin-left: 30%; } .row:after { content: ""; display: table; clear: both; } .column { float: left; width: 50%; padding: 10px; } p { display: inline-block; } .btn { color: white; display: block; width: 50%; margin-left: 25%; background-color: #1A7DEE; border-radius: 8px; padding-left: 20px; padding-right: 20px; padding-bottom: 8px; padding-top: 8px; font-size: 15px; cursor: pointer; text-align: center; font-family: Arial; } select { width: 200px; margin-left: 23px; }

Comments

Popular posts from this blog

Activity 2 HTML Entaties Tag and Out put