#e8e8e8
1.feed-form { 2 margin-top: 36px; 3 display: flex; 4 flex-direction: column; 5 width: 300px; 6} 7 8.feed-form input { 9 height: 54px; 10 border-radius: 5px; 11 background: white; 12 margin-bottom: 15px; 13 border: none; 14 padding: 0 20px; 15 font-weight: 300; 16 font-size: 14px; 17 color: #4B4B4B; 18} 19 20.button_submit:hover, .feed-form input:hover { 21 transform: scale(1.009); 22 box-shadow: 0px 0px 3px 0px #212529; 23} 24 25.button_submit { 26 width: 100%; 27 height: 54px; 28 font-size: 14px; 29 color: white; 30 background: red; 31 border-radius: 5px; 32 border: none; 33 font-weight: 500; 34 text-transform: uppercase; 35} 36
2.8K views
2.8K views
Comments
MIT License