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">
|
<header class="header">
|
||||||
<nav class="header-links">
|
<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="about" >about </a>
|
||||||
<a class="header-link" asp-page="users" >users </a>
|
<a class="header-link" asp-page="users" >users </a>
|
||||||
<a class="mainpage" asp-page="index" >neroduckale</a>
|
<a class="mainpage" asp-page="index" >neroduckale</a>
|
||||||
@* <button></button> *@
|
<button></button>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,6 @@ a {
|
||||||
.header-links { /* <nav> */
|
.header-links { /* <nav> */
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
text-align: center;
|
|
||||||
}
|
}
|
||||||
.header-link { /* <a> */
|
.header-link { /* <a> */
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
@ -29,10 +28,14 @@ a {
|
||||||
font-family: 'Raleway', monospace;
|
font-family: 'Raleway', monospace;
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
background-color: #4d4d4d;
|
background-color: #4d4d4d;
|
||||||
a {
|
a {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
border-radius: 5px;
|
}
|
||||||
|
|
||||||
|
.header {
|
||||||
|
margin: 200px;
|
||||||
}
|
}
|
Loading…
Reference in a new issue