File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,7 +53,6 @@ input {
5353 background-color : var (--name-color );
5454 color : var (--main-bg );
5555 transition : all 0.6s ;
56-
5756}
5857select {
5958 margin : 1rem ;
@@ -86,7 +85,7 @@ select {
8685 color : var (--name-color );
8786 transition : all 0.5s ;
8887}
89- label {
88+ label {
9089 color : var (--name-color );
9190 transition : all 0.5s ;
9291}
@@ -111,11 +110,11 @@ label{
111110 right : 10px ;
112111 top : 10px ;
113112}
114- input {
113+ input {
115114 border-radius : 8px ;
116115}
117- .container {
118- display : flex;
119- justify-content : center;
120- flex-wrap : wrap;
116+ .container {
117+ display : flex;
118+ justify-content : center;
119+ flex-wrap : wrap;
121120}
Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< html lang ="en ">
3+
34< head >
45 < meta charset ="UTF-8 ">
56 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
You can’t perform that action at this time.
0 commit comments