Switched from styled div to text logo

This commit is contained in:
Dmitriy Shishkov 2022-03-06 16:01:44 +03:00
parent 16f2cbf329
commit e7f9ff61f1
No known key found for this signature in database
GPG Key ID: 14358F96FCDD8060
7 changed files with 10 additions and 10 deletions

View File

@ -12,7 +12,7 @@
<body>
<header>
<a href="/" id="logo"></a>
<a href="/" id="logo">&#9632</a>
<!-- <a id="modern" href="/modern"
title="If you have modern browser, you can visit more fancy version of my site">Modernize</a> -->
</header>

View File

@ -12,7 +12,7 @@
<body>
<header>
<a href="/" id="logo"></a>
<a href="/" id="logo">&#9632</a>
<!-- <a id="modern" href="/modern"
title="If you have modern browser, you can visit more fancy version of my site">Modernize</a> -->
</header>

View File

@ -12,7 +12,7 @@
<body>
<header>
<a href="/" id="logo"></a>
<a href="/" id="logo">&#9632</a>
<!-- <a id="modern" href="/modern"
title="If you have modern browser, you can visit more fancy version of my site">Modernize</a> -->
</header>

View File

@ -12,7 +12,7 @@
<body>
<header>
<a href="/" id="logo"></a>
<a href="/" id="logo">&#9632</a>
<!-- <a id="modern" href="/modern"
title="If you have modern browser, you can visit more fancy version of my site">Modernize</a> -->
</header>

View File

@ -12,7 +12,7 @@
<body>
<header>
<a href="/" id="logo"></a>
<a href="/" id="logo">&#9632;</a>
<!-- <a id="modern" href="/modern"
title="If you have modern browser, you can visit more fancy version of my site">Modernize</a> -->
</header>

View File

@ -12,7 +12,7 @@
<body>
<header>
<a href="/" id="logo"></a>
<a href="/" id="logo">&#9632</a>
<!-- <a id="modern" href="/modern"
title="If you have modern browser, you can visit more fancy version of my site">Modernize</a> -->
</header>

View File

@ -39,10 +39,10 @@ header img {
}
#logo {
display: block;
height: 65px;
width: 65px;
background-color: var(--accent);
text-decoration: none;
font-size: 111px;
line-height: 65px;
margin-left: -5px;
}
/* header #modern {