Skip to content

Commit c1118d6

Browse files
committed
Daniel add footer
1 parent 6a1986e commit c1118d6

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

style.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)