ghf
This commit is contained in:
parent
b48b36ae12
commit
6a182f1234
2 changed files with 7 additions and 4 deletions
|
@ -17,11 +17,11 @@
|
|||
|
||||
<header class="header">
|
||||
<nav class="header-links">
|
||||
<a class="header-link" asp-page="ygolek">ЗШВЩКygolek </a>
|
||||
<a class="header-link" asp-page="ygolek">ygolek </a>
|
||||
<a class="header-link" asp-page="about" >about </a>
|
||||
<a class="header-link" asp-page="users" >users </a>
|
||||
<a class="mainpage" asp-page="index" >neroduckale</a>
|
||||
@* <button></button> *@
|
||||
<button></button>
|
||||
</nav>
|
||||
|
||||
|
||||
|
|
|
@ -15,7 +15,6 @@ a {
|
|||
.header-links { /* <nav> */
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
text-align: center;
|
||||
}
|
||||
.header-link { /* <a> */
|
||||
text-align: left;
|
||||
|
@ -29,10 +28,14 @@ a {
|
|||
font-family: 'Raleway', monospace;
|
||||
font-size: 30px;
|
||||
}
|
||||
|
||||
.header {
|
||||
background-color: #4d4d4d;
|
||||
a {
|
||||
color: white;
|
||||
}
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.header {
|
||||
margin: 200px;
|
||||
}
|
Loading…
Reference in a new issue