Switched from styled div to text logo
This commit is contained in:
parent
16f2cbf329
commit
e7f9ff61f1
@ -12,7 +12,7 @@
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<a href="/" id="logo"></a>
|
||||
<a href="/" id="logo">■</a>
|
||||
<!-- <a id="modern" href="/modern"
|
||||
title="If you have modern browser, you can visit more fancy version of my site">Modernize</a> -->
|
||||
</header>
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<a href="/" id="logo"></a>
|
||||
<a href="/" id="logo">■</a>
|
||||
<!-- <a id="modern" href="/modern"
|
||||
title="If you have modern browser, you can visit more fancy version of my site">Modernize</a> -->
|
||||
</header>
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<a href="/" id="logo"></a>
|
||||
<a href="/" id="logo">■</a>
|
||||
<!-- <a id="modern" href="/modern"
|
||||
title="If you have modern browser, you can visit more fancy version of my site">Modernize</a> -->
|
||||
</header>
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<a href="/" id="logo"></a>
|
||||
<a href="/" id="logo">■</a>
|
||||
<!-- <a id="modern" href="/modern"
|
||||
title="If you have modern browser, you can visit more fancy version of my site">Modernize</a> -->
|
||||
</header>
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<a href="/" id="logo"></a>
|
||||
<a href="/" id="logo">■</a>
|
||||
<!-- <a id="modern" href="/modern"
|
||||
title="If you have modern browser, you can visit more fancy version of my site">Modernize</a> -->
|
||||
</header>
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<a href="/" id="logo"></a>
|
||||
<a href="/" id="logo">■</a>
|
||||
<!-- <a id="modern" href="/modern"
|
||||
title="If you have modern browser, you can visit more fancy version of my site">Modernize</a> -->
|
||||
</header>
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user