Skip to content

Commit

Permalink
123
Browse files Browse the repository at this point in the history
  • Loading branch information
Lasith1234 committed Mar 21, 2021
1 parent 49f0680 commit 87858d2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions public/assets/css/contact.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ body{
min-height: 100vh;
margin: 0;
font-family: 'Ubuntu', sans-serif;
background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.2)),url(../resources/watercolour-1325656_1920.jpg);
background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.2)),url(../resources/sea-2755861_1920.jpg);
background-size: cover;
}

h1{
margin: 0;
margin-bottom: 20px;
margin-bottom: 7%;
padding: 0;
top: 0;
left: 0;
Expand Down Expand Up @@ -47,18 +47,20 @@ h1{
.form-control{
position: relative;
color: white;
border-radius: 20px;
border-radius: 15px;
margin-bottom: 8px;
padding-bottom: 20px;

}

.form-control textarea,
.form-control input{
border: 1px solid lightgrey;
border-radius: 6px;
display: block;
font-size: 14px;
padding: 10px;
font-size: 15px;
font-weight: 600;
padding: 13px;
width: 100%;
outline: none;
font-family: 'Ubuntu', sans-serif;
Expand Down
Binary file added public/resources/sea-2755861_1920.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 87858d2

Please sign in to comment.