Skip to content

Commit 3e70876

Browse files
committed
centered the elements in contact form
1 parent 3aff4a3 commit 3e70876

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Projects/Blog Project Website/css/contact.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
padding: 9px;
55
position: relative;
66
overflow: hidden;
7+
display: flex;
8+
justify-content: center;
9+
align-items: center;
710
}
811

912
.contact-content::after {

0 commit comments

Comments
 (0)