File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -189,5 +189,10 @@ <h1>Przykładowy form 1</h1>
189189 </ div >
190190 </ form >
191191 </ div >
192+ < footer class ="footer ">
193+ < P > Author: CDV Frontend Podyplomowe</ P >
194+ < p > Email: cdv@gmail.com</ p >
195+
196+ </ footer >
192197 </ body >
193198</ html >
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ form input, textarea{
106106
107107# field3 : hover , # field2 : hover , # field1 : hover {
108108 background-color : peru;
109-
109+ }
110110# field2 {
111111 padding-left : 7px ;
112112 background-color : # F3E5F5 ;
@@ -116,9 +116,17 @@ form input, textarea{
116116 letter-spacing : 3px ;
117117}
118118
119+
119120# field2 : focus {
120121 background-color : # E1BEE7 ;
121122}
122123
123124
125+ .footer {
126+ background-color : grey;
127+ display : flex;
128+ justify-content : space-between;
129+ align-items : center;
130+ font-size : 20px ;
131+
124132}
You can’t perform that action at this time.
0 commit comments