Skip to content

Commit

Permalink
adding the logo
Browse files Browse the repository at this point in the history
  • Loading branch information
htrgouvea committed Jan 16, 2025
1 parent 443af59 commit 4535d85
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ body {
text-rendering: optimizeLegibility;
text-align: justify;
margin-left: 10%;
background: #000000;
}

.logo {
width: 95px;
height: 120px;
}

.ibm-plex-sans-regular {
font-family: "IBM Plex Sans", serif;
Expand Down
File renamed without changes
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
<body class="circle">
<section id="header">
<nav>
<a class="ibm-plex-sans-regular" href="#">www.lesis.lat</a>
<a class="ibm-plex-sans-regular" href="#">
<img src="assets/images/logo-black.png" alt="LESIS logo" class="logo">
</a>
</nav>
<h2 class="ibm-plex-sans-light">
<p>
Expand Down

0 comments on commit 4535d85

Please sign in to comment.