We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef50195 commit a40ecf9Copy full SHA for a40ecf9
3 files changed
assets/ico/tool-logo.png
35.3 KB
index.html
@@ -10,7 +10,8 @@
10
11
<body>
12
<div>
13
- <h1>Profiles datasheet calculator</h1>
+ <h1><!--AnySection--></h1>
14
+ <img src="assets/ico/tool-logo.png" alt="AnySection" class="tool-logo">
15
<h3>Select a profile shape</h3>
16
</div>
17
<div class="container" id="container"></div>
style.css
@@ -41,11 +41,18 @@ p.copyright {
41
h1 {
42
font-style: italic;
43
font-size: 30px;
44
+ height: 32.2px;
45
border-style: none none solid none;
46
border-width: 3px;
47
border-color: var(--color-1);
48
}
49
50
+.tool-logo {
51
+ height: 50px;
52
+ position: absolute;
53
+ transform: translateY(-73.1px); /*-23.1 - height*/
54
+}
55
+
56
h3 {
57
58
font-size: 18px;
0 commit comments