Skip to content

Commit a40ecf9

Browse files
Added tool logo
1 parent ef50195 commit a40ecf9

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

assets/ico/tool-logo.png

35.3 KB
Loading

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010

1111
<body>
1212
<div>
13-
<h1>Profiles datasheet calculator</h1>
13+
<h1><!--AnySection--></h1>
14+
<img src="assets/ico/tool-logo.png" alt="AnySection" class="tool-logo">
1415
<h3>Select a profile shape</h3>
1516
</div>
1617
<div class="container" id="container"></div>

style.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,18 @@ p.copyright {
4141
h1 {
4242
font-style: italic;
4343
font-size: 30px;
44+
height: 32.2px;
4445
border-style: none none solid none;
4546
border-width: 3px;
4647
border-color: var(--color-1);
4748
}
4849

50+
.tool-logo {
51+
height: 50px;
52+
position: absolute;
53+
transform: translateY(-73.1px); /*-23.1 - height*/
54+
}
55+
4956
h3 {
5057
font-style: italic;
5158
font-size: 18px;

0 commit comments

Comments
 (0)