Skip to content

Commit 75491ee

Browse files
committed
ejercicio formularios
1 parent 2c88e12 commit 75491ee

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

07-Formularios/style.css

+12-7
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66

77
}
88

9+
body {
10+
background-color:#161717 ;
11+
color: #ffffff;
12+
}
13+
914
.container {
1015
margin: auto;
1116
display: flex;
@@ -93,7 +98,7 @@ label span {
9398

9499
.section-inputs label input {
95100
width: 80%;
96-
background-color: #f3f3f4;
101+
background-color: #212121;
97102
border: none;
98103
padding: 10px 20px;
99104
border-radius: 10px;
@@ -102,7 +107,7 @@ label span {
102107
}
103108
label input {
104109
width: 90%;
105-
background-color: #f3f3f4;
110+
background-color: #212121;
106111
border: none;
107112
padding: 10px 20px;
108113
border-radius: 10px;
@@ -112,15 +117,15 @@ label input {
112117
}
113118

114119
label input:hover {
115-
background-color: white;
120+
background-color: #454045;
116121
border: solid 1px #f3f3f4 ;
117-
box-shadow: 0 0 4px red;
122+
box-shadow: 0 0 4px #f444e8;
118123
}
119124

120125
label input:focus {
121126
background-color: #ffffff;
122127
border: solid 1px #f3f3f4 ;
123-
box-shadow: 0 0 4px red;
128+
box-shadow: 0 0 4px #f444e8;
124129
}
125130

126131
.checkbox-label {
@@ -137,10 +142,10 @@ label input:focus {
137142
}
138143

139144
.submit-btn {
140-
background-color: #616F9E ;
145+
background-color: #f444e8 ;
141146
font-weight: 500;
142147
font-size: 14pt;
143-
color: #ffffff;
148+
color: #454045;
144149
text-align: center;
145150
padding: 10px;
146151
border: none;

0 commit comments

Comments
 (0)