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 3e0a42f commit 238cdd6
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions public/assets/css/contact.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ 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/unnamed.jpg);
background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.2)),url(../resources/watercolour-1325656_1920.jpg);
background-size: cover;
}

Expand All @@ -33,14 +33,16 @@ h1{
height: fit-content;
z-index: 6;
text-align:center;
padding: 20px;
padding-top: 20px;
padding-left: 10px;
padding-right: 10px;
box-sizing: border-box;
font-family: monospace;
border-radius: 10px;
align-self: center;
font-family: 'Ubuntu', sans-serif;
border: 1px solid lightgrey;
opacity: 0.7;
opacity: 0.9;
}

.form-control{
Expand Down Expand Up @@ -117,7 +119,7 @@ h1{
display: block;
font-size: 18px;
padding: 15px;
width: 80%;
width: 70%;
cursor: pointer;
margin: auto;
background-color:#70a9a1;
Expand All @@ -137,4 +139,8 @@ h1{

.buttonText{
transition: all 0.2s;
}

.container h1{
font-family: 'Ubuntu', sans-serif;
}

0 comments on commit 238cdd6

Please sign in to comment.