1.3K views
1.form { 2 display: flex; 3 flex-direction: column; 4 gap: 10px; 5 background: #1e1e1e; 6 padding: 20px; 7 border: 1px solid #3d3c3c; 8 border-radius: 10px; 9 color: white; 10 text-align: center; 11 font-size: 20px; 12} 13 14.form input { 15 height: 35px; 16 outline: none; 17 border: 2px solid orange; 18 background: transparent; 19 padding: 20px 10px; 20 border-radius: 5px; 21 transition: .5s; 22 color: white; 23 font-size: 20px; 24} 25 26.form input:focus { 27 background: orange; 28} 29 30.form button { 31 width: 100%; 32 color: white; 33 transition: .5s; 34 font-size: 20px; 35 outline: none; 36 border: none; 37 height: 45px; 38 border-radius: 5px; 39 background: orange; 40 align-self: flex-end; 41} 42
Shoh2008
c0der
I'm Shoxruh. I'm Tajik. I can speak Russian, Uzbek, English. I live in Uzbekistan I was finishing an IT course. Experience as a Junior, front-end developer.
MIT License