Skip to content

Commit

Permalink
Create style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
LB123658 authored Feb 20, 2021
1 parent 944471c commit 8126931
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
#welcomeMessage {
font-family: futura;
color: red;
text-align: center;
font-size: 50px;
cusror: default;
}
#moreInfo {
font-family: futura;
color: grey;
text-align: center;
font-size: 18px;
cusror: default;
}
a {
cursor: pointer;
color: red;
}
a:hover {
text-decoration: underline;
}

0 comments on commit 8126931

Please sign in to comment.