Skip to content

Commit

Permalink
tweaks of the page font styles
Browse files Browse the repository at this point in the history
  • Loading branch information
xieguigang committed Jan 4, 2024
1 parent 3af043a commit 72ee5c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -386,10 +386,10 @@ ul.email li img {

.banner_main .bluid h1 {
color: #0e90ed;
font-size: 101px;
line-height: 115px;
font-size: 72px;
line-height: 72px;
font-weight: bold;
padding-bottom: 22px;
padding-bottom: 48px;
}

.black {
Expand Down
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@
<div class="row">
<div class="col-md-5">
<div class="bluid">
<h1>The <br><span class="black">R# <br> Programming Language</span></h1>
<h1><span
style="font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; font-size: 160px;">R#</span>
<br><span class="black">Programming Language</span></h1>
<p>Welcome<br> Your Online Guide To Birds And Bird Watching</p>
<a class="read_more" href="birds.html">our birds </a>
</div>
Expand Down

0 comments on commit 72ee5c0

Please sign in to comment.