mirror of
https://github.com/IgnatZakalinsky/home-works.git
synced 2026-01-20 04:52:05 +00:00
hw4
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
.input:focus {
|
||||
outline: none;
|
||||
border: #99ff99 solid 2px;
|
||||
}
|
||||
|
||||
.superInput {
|
||||
margin: 10px;
|
||||
|
||||
background: #003300;
|
||||
color: #99ff99;
|
||||
}
|
||||
|
||||
.errorInput {
|
||||
margin: 10px;
|
||||
|
||||
background: #003300;
|
||||
color: #99ff99;
|
||||
|
||||
border: 2px solid #dd3355;
|
||||
}
|
||||
|
||||
.error {
|
||||
color: #dd3355;
|
||||
height: 21px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
Reference in New Issue
Block a user