first commit
This commit is contained in:
10
css/contact.css
Normal file
10
css/contact.css
Normal file
@@ -0,0 +1,10 @@
|
||||
*{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
header {
|
||||
background-color: rgb(122, 97, 179);
|
||||
padding: 15px;
|
||||
}
|
Reference in New Issue
Block a user