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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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